Html Css Color HEX #F0B14A Casablanca

📋 copy color: '#F0B14A'

red 240 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #F0B14A

Tints of Casablanca #F0B14A

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 48.88%
G = 36.05%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0B14A (or 0xF0B14A) is known color: Casablanca. HEX triplet: F0, B1 and 4A. RGB value is (240,177,74). Sum of RGB (Red+Green+Blue) = 240+177+74=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B14A is #0F4EB5. Grayscale: #B8B8B8. Windows color (decimal): -1003190 or 4895216. OLE color: 4895216.

HSL color Cylindrical-coordinate representation of color #F0B14A: hue angle of 37.23º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0B14A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 74 -
CMYK 0 0.26 0.69 0.06
HSL 37.23º 0.85% 0.62% -
HSV(B) 37.23º 0.69% 0.94% -
XYZ 52.89 50.46 13.43 -
YUV 184.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 240 177 74 0 0.26 0.69 0.06 37.23 0.85 0.62
Hex F0 B1 4A 0 1A 45 6 25 55 3E
Octal 360 261 112 0 32 105 6 45 125 76
Binary 11110000 10110001 1001010 0 11010 1000101 110 100101 1010101 111110

Color Harmonies of #F0B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B14A

Black with #F0B14A

Text Example


Text Example

White with #F0B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B14A; }

 p { color: rgb(240,177,74); }

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

background-color css

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

 a { background-color: rgb(240,177,74); }

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

border-color css

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

 span { border-color: rgb(240,177,74); }

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