Html Css Color HEX #F5B450 Casablanca

📋 copy color: '#F5B450'

red 245 ◦ green 180 ◦ blue 80

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

Shades of Casablanca #F5B450

Tints of Casablanca #F5B450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 48.51%
G = 35.64%
B = 15.84%

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

#F5B450 (or 0xF5B450) is known color: Casablanca. HEX triplet: F5, B4 and 50. RGB value is (245,180,80). Sum of RGB (Red+Green+Blue) = 245+180+80=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B450 is #0A4BAF. Grayscale: #BCBCBC. Windows color (decimal): -674736 or 5289205. OLE color: 5289205.

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

Color convert

RGB 245 180 80 -
CMYK 0 0.27 0.67 0.04
HSL 36.36º 0.89% 0.64% -
HSV(B) 36.36º 0.67% 0.96% -
XYZ 55.43 52.63 14.83 -
YUV 188.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 245 180 80 0 0.27 0.67 0.04 36.36 0.89 0.64
Hex F5 B4 50 0 1B 43 4 24 59 40
Octal 365 264 120 0 33 103 4 44 131 100
Binary 11110101 10110100 1010000 0 11011 1000011 100 100100 1011001 1000000

Color Harmonies of #F5B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B450

Black with #F5B450

Text Example


Text Example

White with #F5B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B450; }

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

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

background-color css

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

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

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

border-color css

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

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

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