Html Css Color HEX #FAB461 Rajah

📋 copy color: '#FAB461'

red 250 ◦ green 180 ◦ blue 97

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

Shades of Rajah #FAB461

Tints of Rajah #FAB461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 97 (38.28% from 255) = 18.41%

R = 47.44%
G = 34.16%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAB461 (or 0xFAB461) is known color: Rajah. HEX triplet: FA, B4 and 61. RGB value is (250,180,97). Sum of RGB (Red+Green+Blue) = 250+180+97=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB461 is #054B9E. Grayscale: #BFBFBF. Windows color (decimal): -347039 or 6403322. OLE color: 6403322.

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

Color convert

RGB 250 180 97 -
CMYK 0 0.28 0.61 0.02
HSL 32.55º 0.94% 0.68% -
HSV(B) 32.55º 0.61% 0.98% -
XYZ 57.9 53.83 18.65 -
YUV 191.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 250 180 97 0 0.28 0.61 0.02 32.55 0.94 0.68
Hex FA B4 61 0 1C 3D 2 21 5E 44
Octal 372 264 141 0 34 75 2 41 136 104
Binary 11111010 10110100 1100001 0 11100 111101 10 100001 1011110 1000100

Color Harmonies of #FAB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB461

Black with #FAB461

Text Example


Text Example

White with #FAB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB461; }

 p { color: rgb(250,180,97); }

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

background-color css

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

 a { background-color: rgb(250,180,97); }

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

border-color css

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

 span { border-color: rgb(250,180,97); }

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