Html Css Color HEX #F9AF6A Rajah

📋 copy color: '#F9AF6A'

red 249 ◦ green 175 ◦ blue 106

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

Shades of Rajah #F9AF6A

Tints of Rajah #F9AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20%

R = 46.98%
G = 33.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9AF6A (or 0xF9AF6A) is known color: Rajah. HEX triplet: F9, AF and 6A. RGB value is (249,175,106). Sum of RGB (Red+Green+Blue) = 249+175+106=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF6A is #065095. Grayscale: #BDBDBD. Windows color (decimal): -413846 or 6991865. OLE color: 6991865.

HSL color Cylindrical-coordinate representation of color #F9AF6A: hue angle of 28.95º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9AF6A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 106 -
CMYK 0 0.30 0.57 0.02
HSL 28.95º 0.92% 0.7% -
HSV(B) 28.95º 0.57% 0.98% -
XYZ 57 51.84 20.64 -
YUV 189.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 249 175 106 0 0.30 0.57 0.02 28.95 0.92 0.7
Hex F9 AF 6A 0 1E 39 2 1D 5C 46
Octal 371 257 152 0 36 71 2 35 134 106
Binary 11111001 10101111 1101010 0 11110 111001 10 11101 1011100 1000110

Color Harmonies of #F9AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF6A

Black with #F9AF6A

Text Example


Text Example

White with #F9AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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