Html Css Color HEX #F5B04F Casablanca

📋 copy color: '#F5B04F'

red 245 ◦ green 176 ◦ blue 79

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

Shades of Casablanca #F5B04F

Tints of Casablanca #F5B04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 79 (31.25% from 255) = 15.8%

R = 49%
G = 35.2%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5B04F (or 0xF5B04F) is known color: Casablanca. HEX triplet: F5, B0 and 4F. RGB value is (245,176,79). Sum of RGB (Red+Green+Blue) = 245+176+79=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B04F is #0A4FB0. Grayscale: #BABABA. Windows color (decimal): -675761 or 5222645. OLE color: 5222645.

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

Color convert

RGB 245 176 79 -
CMYK 0 0.28 0.68 0.04
HSL 35.06º 0.89% 0.64% -
HSV(B) 35.06º 0.68% 0.96% -
XYZ 54.59 51.03 14.37 -
YUV 185.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 245 176 79 0 0.28 0.68 0.04 35.06 0.89 0.64
Hex F5 B0 4F 0 1C 44 4 23 59 40
Octal 365 260 117 0 34 104 4 43 131 100
Binary 11110101 10110000 1001111 0 11100 1000100 100 100011 1011001 1000000

Color Harmonies of #F5B04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B04F

Black with #F5B04F

Text Example


Text Example

White with #F5B04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B04F; }

 p { color: rgb(245,176,79); }

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

background-color css

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

 a { background-color: rgb(245,176,79); }

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

border-color css

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

 span { border-color: rgb(245,176,79); }

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