Html Css Color HEX #F9AF60 Rajah

📋 copy color: '#F9AF60'

red 249 ◦ green 175 ◦ blue 96

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

Shades of Rajah #F9AF60

Tints of Rajah #F9AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 47.88%
G = 33.65%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9AF60 (or 0xF9AF60) is known color: Rajah. HEX triplet: F9, AF and 60. RGB value is (249,175,96). Sum of RGB (Red+Green+Blue) = 249+175+96=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF60 is #06509F. Grayscale: #BCBCBC. Windows color (decimal): -413856 or 6336505. OLE color: 6336505.

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

Color convert

RGB 249 175 96 -
CMYK 0 0.30 0.61 0.02
HSL 30.98º 0.93% 0.68% -
HSV(B) 30.98º 0.61% 0.98% -
XYZ 56.51 51.64 18.06 -
YUV 188.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 249 175 96 0 0.30 0.61 0.02 30.98 0.93 0.68
Hex F9 AF 60 0 1E 3D 2 1F 5D 44
Octal 371 257 140 0 36 75 2 37 135 104
Binary 11111001 10101111 1100000 0 11110 111101 10 11111 1011101 1000100

Color Harmonies of #F9AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF60

Black with #F9AF60

Text Example


Text Example

White with #F9AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF60; }

 p { color: rgb(249,175,96); }

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

background-color css

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

 a { background-color: rgb(249,175,96); }

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

border-color css

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

 span { border-color: rgb(249,175,96); }

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