Html Css Color HEX #FABB66 Rajah

📋 copy color: '#FABB66'

red 250 ◦ green 187 ◦ blue 102

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

Shades of Rajah #FABB66

Tints of Rajah #FABB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 46.38%
G = 34.69%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FABB66 (or 0xFABB66) is known color: Rajah. HEX triplet: FA, BB and 66. RGB value is (250,187,102). Sum of RGB (Red+Green+Blue) = 250+187+102=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB66 is #054499. Grayscale: #C4C4C4. Windows color (decimal): -345242 or 6732794. OLE color: 6732794.

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

Color convert

RGB 250 187 102 -
CMYK 0 0.25 0.59 0.02
HSL 34.46º 0.94% 0.69% -
HSV(B) 34.46º 0.59% 0.98% -
XYZ 59.59 56.82 20.4 -
YUV 196.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 250 187 102 0 0.25 0.59 0.02 34.46 0.94 0.69
Hex FA BB 66 0 19 3B 2 22 5E 45
Octal 372 273 146 0 31 73 2 42 136 105
Binary 11111010 10111011 1100110 0 11001 111011 10 100010 1011110 1000101

Color Harmonies of #FABB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB66

Black with #FABB66

Text Example


Text Example

White with #FABB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB66; }

 p { color: rgb(250,187,102); }

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

background-color css

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

 a { background-color: rgb(250,187,102); }

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

border-color css

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

 span { border-color: rgb(250,187,102); }

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