Html Css Color HEX #F5B252 Casablanca

📋 copy color: '#F5B252'

red 245 ◦ green 178 ◦ blue 82

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

Shades of Casablanca #F5B252

Tints of Casablanca #F5B252

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 48.51%
G = 35.25%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5B252 (or 0xF5B252) is known color: Casablanca. HEX triplet: F5, B2 and 52. RGB value is (245,178,82). Sum of RGB (Red+Green+Blue) = 245+178+82=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B252 is #0A4DAD. Grayscale: #BBBBBB. Windows color (decimal): -675246 or 5419765. OLE color: 5419765.

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

Color convert

RGB 245 178 82 -
CMYK 0 0.27 0.67 0.04
HSL 35.34º 0.89% 0.64% -
HSV(B) 35.34º 0.67% 0.96% -
XYZ 55.1 51.86 15.09 -
YUV 187.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 245 178 82 0 0.27 0.67 0.04 35.34 0.89 0.64
Hex F5 B2 52 0 1B 43 4 23 59 40
Octal 365 262 122 0 33 103 4 43 131 100
Binary 11110101 10110010 1010010 0 11011 1000011 100 100011 1011001 1000000

Color Harmonies of #F5B252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B252

Black with #F5B252

Text Example


Text Example

White with #F5B252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B252; }

 p { color: rgb(245,178,82); }

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

background-color css

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

 a { background-color: rgb(245,178,82); }

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

border-color css

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

 span { border-color: rgb(245,178,82); }

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