Html Css Color HEX #FAB967 Rajah

📋 copy color: '#FAB967'

red 250 ◦ green 185 ◦ blue 103

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

Shades of Rajah #FAB967

Tints of Rajah #FAB967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

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

R = 46.47%
G = 34.39%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB967 (or 0xFAB967) is known color: Rajah. HEX triplet: FA, B9 and 67. RGB value is (250,185,103). Sum of RGB (Red+Green+Blue) = 250+185+103=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB967 is #054698. Grayscale: #C3C3C3. Windows color (decimal): -345753 or 6797818. OLE color: 6797818.

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

Color convert

RGB 250 185 103 -
CMYK 0 0.26 0.59 0.02
HSL 33.47º 0.94% 0.69% -
HSV(B) 33.47º 0.59% 0.98% -
XYZ 59.22 56 20.52 -
YUV 195.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 250 185 103 0 0.26 0.59 0.02 33.47 0.94 0.69
Hex FA B9 67 0 1A 3B 2 21 5E 45
Octal 372 271 147 0 32 73 2 41 136 105
Binary 11111010 10111001 1100111 0 11010 111011 10 100001 1011110 1000101

Color Harmonies of #FAB967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB967

Black with #FAB967

Text Example


Text Example

White with #FAB967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB967; }

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

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

background-color css

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

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

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

border-color css

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

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

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