Html Css Color HEX #F0A74C Casablanca

📋 copy color: '#F0A74C'

red 240 ◦ green 167 ◦ blue 76

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

Shades of Casablanca #F0A74C

Tints of Casablanca #F0A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.58%

 BLUE value IS 76 (30.08% from 255) = 15.73%

R = 49.69%
G = 34.58%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0A74C (or 0xF0A74C) is known color: Casablanca. HEX triplet: F0, A7 and 4C. RGB value is (240,167,76). Sum of RGB (Red+Green+Blue) = 240+167+76=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A74C is #0F58B3. Grayscale: #B2B2B2. Windows color (decimal): -1005748 or 5023728. OLE color: 5023728.

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

Color convert

RGB 240 167 76 -
CMYK 0 0.30 0.68 0.06
HSL 33.29º 0.85% 0.62% -
HSV(B) 33.29º 0.68% 0.94% -
XYZ 51.06 46.68 13.16 -
YUV 178.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 240 167 76 0 0.30 0.68 0.06 33.29 0.85 0.62
Hex F0 A7 4C 0 1E 44 6 21 55 3E
Octal 360 247 114 0 36 104 6 41 125 76
Binary 11110000 10100111 1001100 0 11110 1000100 110 100001 1010101 111110

Color Harmonies of #F0A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A74C

Black with #F0A74C

Text Example


Text Example

White with #F0A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A74C; }

 p { color: rgb(240,167,76); }

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

background-color css

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

 a { background-color: rgb(240,167,76); }

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

border-color css

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

 span { border-color: rgb(240,167,76); }

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