Html Css Color HEX #FAB55F Rajah

📋 copy color: '#FAB55F'

red 250 ◦ green 181 ◦ blue 95

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

Shades of Rajah #FAB55F

Tints of Rajah #FAB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 47.53%
G = 34.41%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB55F (or 0xFAB55F) is known color: Rajah. HEX triplet: FA, B5 and 5F. RGB value is (250,181,95). Sum of RGB (Red+Green+Blue) = 250+181+95=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB55F is #054AA0. Grayscale: #C0C0C0. Windows color (decimal): -346785 or 6272506. OLE color: 6272506.

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

Color convert

RGB 250 181 95 -
CMYK 0 0.28 0.62 0.02
HSL 33.29º 0.94% 0.68% -
HSV(B) 33.29º 0.62% 0.98% -
XYZ 58.01 54.2 18.23 -
YUV 191.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 250 181 95 0 0.28 0.62 0.02 33.29 0.94 0.68
Hex FA B5 5F 0 1C 3E 2 21 5E 44
Octal 372 265 137 0 34 76 2 41 136 104
Binary 11111010 10110101 1011111 0 11100 111110 10 100001 1011110 1000100

Color Harmonies of #FAB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB55F

Black with #FAB55F

Text Example


Text Example

White with #FAB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB55F; }

 p { color: rgb(250,181,95); }

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

background-color css

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

 a { background-color: rgb(250,181,95); }

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

border-color css

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

 span { border-color: rgb(250,181,95); }

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