Html Css Color HEX #F2AF5E Rajah

📋 copy color: '#F2AF5E'

red 242 ◦ green 175 ◦ blue 94

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

Shades of Rajah #F2AF5E

Tints of Rajah #F2AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.4%

R = 47.36%
G = 34.25%
B = 18.4%

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

#F2AF5E (or 0xF2AF5E) is known color: Rajah. HEX triplet: F2, AF and 5E. RGB value is (242,175,94). Sum of RGB (Red+Green+Blue) = 242+175+94=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF5E is #0D50A1. Grayscale: #BABABA. Windows color (decimal): -872610 or 6205426. OLE color: 6205426.

HSL color Cylindrical-coordinate representation of color #F2AF5E: hue angle of 32.84º 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 #F2AF5E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 94 -
CMYK 0 0.28 0.61 0.05
HSL 32.84º 0.85% 0.66% -
HSV(B) 32.84º 0.61% 0.95% -
XYZ 53.97 50.35 17.46 -
YUV 185.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 242 175 94 0 0.28 0.61 0.05 32.84 0.85 0.66
Hex F2 AF 5E 0 1C 3D 5 21 55 42
Octal 362 257 136 0 34 75 5 41 125 102
Binary 11110010 10101111 1011110 0 11100 111101 101 100001 1010101 1000010

Color Harmonies of #F2AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF5E

Black with #F2AF5E

Text Example


Text Example

White with #F2AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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