Html Css Color HEX #FAB667 Rajah

📋 copy color: '#FAB667'

red 250 ◦ green 182 ◦ blue 103

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

Shades of Rajah #FAB667

Tints of Rajah #FAB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 46.73%
G = 34.02%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB667 (or 0xFAB667) is known color: Rajah. HEX triplet: FA, B6 and 67. RGB value is (250,182,103). Sum of RGB (Red+Green+Blue) = 250+182+103=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB667 is #054998. Grayscale: #C1C1C1. Windows color (decimal): -346521 or 6797050. OLE color: 6797050.

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

Color convert

RGB 250 182 103 -
CMYK 0 0.27 0.59 0.02
HSL 32.24º 0.94% 0.69% -
HSV(B) 32.24º 0.59% 0.98% -
XYZ 58.6 54.76 20.31 -
YUV 193.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 250 182 103 0 0.27 0.59 0.02 32.24 0.94 0.69
Hex FA B6 67 0 1B 3B 2 20 5E 45
Octal 372 266 147 0 33 73 2 40 136 105
Binary 11111010 10110110 1100111 0 11011 111011 10 100000 1011110 1000101

Color Harmonies of #FAB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB667

Black with #FAB667

Text Example


Text Example

White with #FAB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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