Html Css Color HEX #FAB06A Rajah

📋 copy color: '#FAB06A'

red 250 ◦ green 176 ◦ blue 106

#FAB06A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FAB06A

Tints of Rajah #FAB06A

RGB

 RED value IS 250 (98.05% from 255) = 46.99%

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 46.99%
G = 33.08%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAB06A (or 0xFAB06A) is known color: Rajah. HEX triplet: FA, B0 and 6A. RGB value is (250,176,106). Sum of RGB (Red+Green+Blue) = 250+176+106=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB06A is #054F95. Grayscale: #BEBEBE. Windows color (decimal): -348054 or 6992122. OLE color: 6992122.

HSL color Cylindrical-coordinate representation of color #FAB06A: hue angle of 29.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAB06A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 106 -
CMYK 0 0.30 0.58 0.02
HSL 29.17º 0.94% 0.7% -
HSV(B) 29.17º 0.58% 0.98% -
XYZ 57.55 52.42 20.72 -
YUV 190.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 250 176 106 0 0.30 0.58 0.02 29.17 0.94 0.7
Hex FA B0 6A 0 1E 3A 2 1D 5E 46
Octal 372 260 152 0 36 72 2 35 136 106
Binary 11111010 10110000 1101010 0 11110 111010 10 11101 1011110 1000110

Color Harmonies of #FAB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB06A

Black with #FAB06A

Text Example


Text Example

White with #FAB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB06A; }

 p { color: rgb(250,176,106); }

 H1.HeaderClassName
 {
   color: #FAB06A;
 }
 .AnyTagClassName
 {
   color: #FAB06A;
 }
</style>

background-color css

<style>
 a { background-color: #FAB06A; }

 a { background-color: rgb(250,176,106); }

 div.DivClassName
 {
   background-color: #FAB06A;
 }
 .BgClassName
 {
   background-color: #FAB06A;
 }
</style>

border-color css

<style>
 span { border-color: #FAB06A; }

 span { border-color: rgb(250,176,106); }

 td.TdClassName
 {
   border-color: #FAB06A;
 }
 .TagClassName
 {
   border-color: #FAB06A;
 }
</style>