Html Css Color HEX #F2AF5F Rajah

📋 copy color: '#F2AF5F'

red 242 ◦ green 175 ◦ blue 95

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

Shades of Rajah #F2AF5F

Tints of Rajah #F2AF5F

RGB

 RED value IS 242 (94.92% from 255) = 47.27%

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

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 47.27%
G = 34.18%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2AF5F (or 0xF2AF5F) is known color: Rajah. HEX triplet: F2, AF and 5F. RGB value is (242,175,95). Sum of RGB (Red+Green+Blue) = 242+175+95=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF5F is #0D50A0. Grayscale: #BABABA. Windows color (decimal): -872609 or 6270962. OLE color: 6270962.

HSL color Cylindrical-coordinate representation of color #F2AF5F: hue angle of 32.65º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2AF5F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 95 -
CMYK 0 0.28 0.61 0.05
HSL 32.65º 0.85% 0.66% -
HSV(B) 32.65º 0.61% 0.95% -
XYZ 54.01 50.36 17.7 -
YUV 185.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 242 175 95 0 0.28 0.61 0.05 32.65 0.85 0.66
Hex F2 AF 5F 0 1C 3D 5 21 55 42
Octal 362 257 137 0 34 75 5 41 125 102
Binary 11110010 10101111 1011111 0 11100 111101 101 100001 1010101 1000010

Color Harmonies of #F2AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF5F

Black with #F2AF5F

Text Example


Text Example

White with #F2AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF5F; }

 p { color: rgb(242,175,95); }

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

background-color css

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

 a { background-color: rgb(242,175,95); }

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

border-color css

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

 span { border-color: rgb(242,175,95); }

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