Html Css Color HEX #F4B450 Casablanca

📋 copy color: '#F4B450'

red 244 ◦ green 180 ◦ blue 80

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

Shades of Casablanca #F4B450

Tints of Casablanca #F4B450

RGB

 RED value IS 244 (95.7% from 255) = 48.41%

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

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

R = 48.41%
G = 35.71%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F4B450 (or 0xF4B450) is known color: Casablanca. HEX triplet: F4, B4 and 50. RGB value is (244,180,80). Sum of RGB (Red+Green+Blue) = 244+180+80=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B450 is #0B4BAF. Grayscale: #BCBCBC. Windows color (decimal): -740272 or 5289204. OLE color: 5289204.

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

Color convert

RGB 244 180 80 -
CMYK 0 0.26 0.67 0.04
HSL 36.59º 0.88% 0.64% -
HSV(B) 36.59º 0.67% 0.96% -
XYZ 55.08 52.45 14.81 -
YUV 187.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 244 180 80 0 0.26 0.67 0.04 36.59 0.88 0.64
Hex F4 B4 50 0 1A 43 4 25 58 40
Octal 364 264 120 0 32 103 4 45 130 100
Binary 11110100 10110100 1010000 0 11010 1000011 100 100101 1011000 1000000

Color Harmonies of #F4B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B450

Black with #F4B450

Text Example


Text Example

White with #F4B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B450; }

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

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

background-color css

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

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

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

border-color css

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

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

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