Html Css Color HEX #FAB05E Rajah

📋 copy color: '#FAB05E'

red 250 ◦ green 176 ◦ blue 94

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

Shades of Rajah #FAB05E

Tints of Rajah #FAB05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 48.08%
G = 33.85%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB05E (or 0xFAB05E) is known color: Rajah. HEX triplet: FA, B0 and 5E. RGB value is (250,176,94). Sum of RGB (Red+Green+Blue) = 250+176+94=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB05E is #054FA1. Grayscale: #BDBDBD. Windows color (decimal): -348066 or 6205690. OLE color: 6205690.

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

Color convert

RGB 250 176 94 -
CMYK 0 0.30 0.62 0.02
HSL 31.54º 0.94% 0.67% -
HSV(B) 31.54º 0.62% 0.98% -
XYZ 56.97 52.18 17.66 -
YUV 188.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 250 176 94 0 0.30 0.62 0.02 31.54 0.94 0.67
Hex FA B0 5E 0 1E 3E 2 20 5E 43
Octal 372 260 136 0 36 76 2 40 136 103
Binary 11111010 10110000 1011110 0 11110 111110 10 100000 1011110 1000011

Color Harmonies of #FAB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB05E

Black with #FAB05E

Text Example


Text Example

White with #FAB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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