Html Css Color HEX #F5AF54 Casablanca

📋 copy color: '#F5AF54'

red 245 ◦ green 175 ◦ blue 84

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

Shades of Casablanca #F5AF54

Tints of Casablanca #F5AF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 48.61%
G = 34.72%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F5AF54 (or 0xF5AF54) is known color: Casablanca. HEX triplet: F5, AF and 54. RGB value is (245,175,84). Sum of RGB (Red+Green+Blue) = 245+175+84=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF54 is #0A50AB. Grayscale: #B9B9B9. Windows color (decimal): -676012 or 5550069. OLE color: 5550069.

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

Color convert

RGB 245 175 84 -
CMYK 0 0.29 0.66 0.04
HSL 33.91º 0.89% 0.65% -
HSV(B) 33.91º 0.66% 0.96% -
XYZ 54.59 50.71 15.3 -
YUV 185.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 245 175 84 0 0.29 0.66 0.04 33.91 0.89 0.65
Hex F5 AF 54 0 1D 42 4 22 59 41
Octal 365 257 124 0 35 102 4 42 131 101
Binary 11110101 10101111 1010100 0 11101 1000010 100 100010 1011001 1000001

Color Harmonies of #F5AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF54

Black with #F5AF54

Text Example


Text Example

White with #F5AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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