Html Css Color HEX #F5B451 Casablanca

📋 copy color: '#F5B451'

red 245 ◦ green 180 ◦ blue 81

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

Shades of Casablanca #F5B451

Tints of Casablanca #F5B451

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 81 (32.03% from 255) = 16.01%

R = 48.42%
G = 35.57%
B = 16.01%

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

#F5B451 (or 0xF5B451) is known color: Casablanca. HEX triplet: F5, B4 and 51. RGB value is (245,180,81). Sum of RGB (Red+Green+Blue) = 245+180+81=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B451 is #0A4BAE. Grayscale: #BCBCBC. Windows color (decimal): -674735 or 5354741. OLE color: 5354741.

HSL color Cylindrical-coordinate representation of color #F5B451: hue angle of 36.22º 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 #F5B451 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 180 81 -
CMYK 0 0.27 0.67 0.04
HSL 36.22º 0.89% 0.64% -
HSV(B) 36.22º 0.67% 0.96% -
XYZ 55.46 52.65 15.02 -
YUV 188.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 245 180 81 0 0.27 0.67 0.04 36.22 0.89 0.64
Hex F5 B4 51 0 1B 43 4 24 59 40
Octal 365 264 121 0 33 103 4 44 131 100
Binary 11110101 10110100 1010001 0 11011 1000011 100 100100 1011001 1000000

Color Harmonies of #F5B451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B451

Black with #F5B451

Text Example


Text Example

White with #F5B451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B451; }

 p { color: rgb(245,180,81); }

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

background-color css

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

 a { background-color: rgb(245,180,81); }

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

border-color css

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

 span { border-color: rgb(245,180,81); }

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