Html Css Color HEX #FAB260 Rajah

📋 copy color: '#FAB260'

red 250 ◦ green 178 ◦ blue 96

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

Shades of Rajah #FAB260

Tints of Rajah #FAB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.97%

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 47.71%
G = 33.97%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB260 (or 0xFAB260) is known color: Rajah. HEX triplet: FA, B2 and 60. RGB value is (250,178,96). Sum of RGB (Red+Green+Blue) = 250+178+96=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB260 is #054D9F. Grayscale: #BEBEBE. Windows color (decimal): -347552 or 6337274. OLE color: 6337274.

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

Color convert

RGB 250 178 96 -
CMYK 0 0.29 0.62 0.02
HSL 31.95º 0.94% 0.68% -
HSV(B) 31.95º 0.62% 0.98% -
XYZ 57.46 53.01 18.27 -
YUV 190.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 250 178 96 0 0.29 0.62 0.02 31.95 0.94 0.68
Hex FA B2 60 0 1D 3E 2 20 5E 44
Octal 372 262 140 0 35 76 2 40 136 104
Binary 11111010 10110010 1100000 0 11101 111110 10 100000 1011110 1000100

Color Harmonies of #FAB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB260

Black with #FAB260

Text Example


Text Example

White with #FAB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB260; }

 p { color: rgb(250,178,96); }

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

background-color css

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

 a { background-color: rgb(250,178,96); }

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

border-color css

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

 span { border-color: rgb(250,178,96); }

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