Html Css Color HEX #F5AF67 Rajah

📋 copy color: '#F5AF67'

red 245 ◦ green 175 ◦ blue 103

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

Shades of Rajah #F5AF67

Tints of Rajah #F5AF67

RGB

 RED value IS 245 (96.09% from 255) = 46.85%

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

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

R = 46.85%
G = 33.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5AF67 (or 0xF5AF67) is known color: Rajah. HEX triplet: F5, AF and 67. RGB value is (245,175,103). Sum of RGB (Red+Green+Blue) = 245+175+103=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF67 is #0A5098. Grayscale: #BCBCBC. Windows color (decimal): -675993 or 6795253. OLE color: 6795253.

HSL color Cylindrical-coordinate representation of color #F5AF67: hue angle of 30.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5AF67 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 103 -
CMYK 0 0.29 0.58 0.04
HSL 30.42º 0.88% 0.68% -
HSV(B) 30.42º 0.58% 0.96% -
XYZ 55.43 51.05 19.76 -
YUV 187.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 245 175 103 0 0.29 0.58 0.04 30.42 0.88 0.68
Hex F5 AF 67 0 1D 3A 4 1E 58 44
Octal 365 257 147 0 35 72 4 36 130 104
Binary 11110101 10101111 1100111 0 11101 111010 100 11110 1011000 1000100

Color Harmonies of #F5AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF67

Black with #F5AF67

Text Example


Text Example

White with #F5AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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