Html Css Color HEX #F9AD64 Rajah

📋 copy color: '#F9AD64'

red 249 ◦ green 173 ◦ blue 100

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

Shades of Rajah #F9AD64

Tints of Rajah #F9AD64

RGB

 RED value IS 249 (97.66% from 255) = 47.7%

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 47.7%
G = 33.14%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9AD64 (or 0xF9AD64) is known color: Rajah. HEX triplet: F9, AD and 64. RGB value is (249,173,100). Sum of RGB (Red+Green+Blue) = 249+173+100=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD64 is #06529B. Grayscale: #BBBBBB. Windows color (decimal): -414364 or 6598137. OLE color: 6598137.

HSL color Cylindrical-coordinate representation of color #F9AD64: hue angle of 29.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9AD64 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 100 -
CMYK 0 0.31 0.60 0.02
HSL 29.4º 0.93% 0.68% -
HSV(B) 29.4º 0.6% 0.98% -
XYZ 56.31 50.95 18.92 -
YUV 187.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 249 173 100 0 0.31 0.60 0.02 29.4 0.93 0.68
Hex F9 AD 64 0 1F 3C 2 1D 5D 44
Octal 371 255 144 0 37 74 2 35 135 104
Binary 11111001 10101101 1100100 0 11111 111100 10 11101 1011101 1000100

Color Harmonies of #F9AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD64

Black with #F9AD64

Text Example


Text Example

White with #F9AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD64; }

 p { color: rgb(249,173,100); }

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

background-color css

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

 a { background-color: rgb(249,173,100); }

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

border-color css

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

 span { border-color: rgb(249,173,100); }

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