Html Css Color HEX #FAB06C Rajah

📋 copy color: '#FAB06C'

red 250 ◦ green 176 ◦ blue 108

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

Shades of Rajah #FAB06C

Tints of Rajah #FAB06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 46.82%
G = 32.96%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAB06C (or 0xFAB06C) is known color: Rajah. HEX triplet: FA, B0 and 6C. RGB value is (250,176,108). Sum of RGB (Red+Green+Blue) = 250+176+108=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB06C is #054F93. Grayscale: #BEBEBE. Windows color (decimal): -348052 or 7123194. OLE color: 7123194.

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

Color convert

RGB 250 176 108 -
CMYK 0 0.30 0.57 0.02
HSL 28.73º 0.93% 0.7% -
HSV(B) 28.73º 0.57% 0.98% -
XYZ 57.66 52.46 21.27 -
YUV 190.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 250 176 108 0 0.30 0.57 0.02 28.73 0.93 0.7
Hex FA B0 6C 0 1E 39 2 1D 5D 46
Octal 372 260 154 0 36 71 2 35 135 106
Binary 11111010 10110000 1101100 0 11110 111001 10 11101 1011101 1000110

Color Harmonies of #FAB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB06C

Black with #FAB06C

Text Example


Text Example

White with #FAB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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