Html Css Color HEX #F2AF67 Rajah

📋 copy color: '#F2AF67'

red 242 ◦ green 175 ◦ blue 103

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

Shades of Rajah #F2AF67

Tints of Rajah #F2AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.81%

R = 46.54%
G = 33.65%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2AF67 (or 0xF2AF67) is known color: Rajah. HEX triplet: F2, AF and 67. RGB value is (242,175,103). Sum of RGB (Red+Green+Blue) = 242+175+103=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF67 is #0D5098. Grayscale: #BBBBBB. Windows color (decimal): -872601 or 6795250. OLE color: 6795250.

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

Color convert

RGB 242 175 103 -
CMYK 0 0.28 0.57 0.05
HSL 31.08º 0.84% 0.68% -
HSV(B) 31.08º 0.57% 0.95% -
XYZ 54.4 50.52 19.72 -
YUV 186.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 242 175 103 0 0.28 0.57 0.05 31.08 0.84 0.68
Hex F2 AF 67 0 1C 39 5 1F 54 44
Octal 362 257 147 0 34 71 5 37 124 104
Binary 11110010 10101111 1100111 0 11100 111001 101 11111 1010100 1000100

Color Harmonies of #F2AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF67

Black with #F2AF67

Text Example


Text Example

White with #F2AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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