Html Css Color HEX #F5AF4D Casablanca

📋 copy color: '#F5AF4D'

red 245 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F5AF4D

Tints of Casablanca #F5AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 49.3%
G = 35.21%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5AF4D (or 0xF5AF4D) is known color: Casablanca. HEX triplet: F5, AF and 4D. RGB value is (245,175,77). Sum of RGB (Red+Green+Blue) = 245+175+77=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF4D is #0A50B2. Grayscale: #B9B9B9. Windows color (decimal): -676019 or 5091317. OLE color: 5091317.

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

Color convert

RGB 245 175 77 -
CMYK 0 0.29 0.69 0.04
HSL 35º 0.89% 0.63% -
HSV(B) 35º 0.69% 0.96% -
XYZ 54.33 50.61 13.93 -
YUV 184.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 245 175 77 0 0.29 0.69 0.04 35 0.89 0.63
Hex F5 AF 4D 0 1D 45 4 23 59 3F
Octal 365 257 115 0 35 105 4 43 131 77
Binary 11110101 10101111 1001101 0 11101 1000101 100 100011 1011001 111111

Color Harmonies of #F5AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF4D

Black with #F5AF4D

Text Example


Text Example

White with #F5AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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