Html Css Color HEX #FAB067 Rajah

📋 copy color: '#FAB067'

red 250 ◦ green 176 ◦ blue 103

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

Shades of Rajah #FAB067

Tints of Rajah #FAB067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.47%

R = 47.26%
G = 33.27%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB067 (or 0xFAB067) is known color: Rajah. HEX triplet: FA, B0 and 67. RGB value is (250,176,103). Sum of RGB (Red+Green+Blue) = 250+176+103=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB067 is #054F98. Grayscale: #BEBEBE. Windows color (decimal): -348057 or 6795514. OLE color: 6795514.

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

Color convert

RGB 250 176 103 -
CMYK 0 0.30 0.59 0.02
HSL 29.8º 0.94% 0.69% -
HSV(B) 29.8º 0.59% 0.98% -
XYZ 57.4 52.35 19.91 -
YUV 189.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 250 176 103 0 0.30 0.59 0.02 29.8 0.94 0.69
Hex FA B0 67 0 1E 3B 2 1E 5E 45
Octal 372 260 147 0 36 73 2 36 136 105
Binary 11111010 10110000 1100111 0 11110 111011 10 11110 1011110 1000101

Color Harmonies of #FAB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB067

Black with #FAB067

Text Example


Text Example

White with #FAB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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