Html Css Color HEX #FABC66 Rajah

📋 copy color: '#FABC66'

red 250 ◦ green 188 ◦ blue 102

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

Shades of Rajah #FABC66

Tints of Rajah #FABC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 46.3%
G = 34.81%
B = 18.89%

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

#FABC66 (or 0xFABC66) is known color: Rajah. HEX triplet: FA, BC and 66. RGB value is (250,188,102). Sum of RGB (Red+Green+Blue) = 250+188+102=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC66 is #054399. Grayscale: #C5C5C5. Windows color (decimal): -344986 or 6733050. OLE color: 6733050.

HSL color Cylindrical-coordinate representation of color #FABC66: hue angle of 34.86º 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 #FABC66 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 102 -
CMYK 0 0.25 0.59 0.02
HSL 34.86º 0.94% 0.69% -
HSV(B) 34.86º 0.59% 0.98% -
XYZ 59.81 57.25 20.47 -
YUV 196.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 250 188 102 0 0.25 0.59 0.02 34.86 0.94 0.69
Hex FA BC 66 0 19 3B 2 23 5E 45
Octal 372 274 146 0 31 73 2 43 136 105
Binary 11111010 10111100 1100110 0 11001 111011 10 100011 1011110 1000101

Color Harmonies of #FABC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC66

Black with #FABC66

Text Example


Text Example

White with #FABC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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