Html Css Color HEX #F0AE4D Casablanca

📋 copy color: '#F0AE4D'

red 240 ◦ green 174 ◦ blue 77

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

Shades of Casablanca #F0AE4D

Tints of Casablanca #F0AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 48.88%
G = 35.44%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0AE4D (or 0xF0AE4D) is known color: Casablanca. HEX triplet: F0, AE and 4D. RGB value is (240,174,77). Sum of RGB (Red+Green+Blue) = 240+174+77=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE4D is #0F51B2. Grayscale: #B7B7B7. Windows color (decimal): -1003955 or 5091056. OLE color: 5091056.

HSL color Cylindrical-coordinate representation of color #F0AE4D: hue angle of 35.71º degrees, saturation: 0.84, 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 #F0AE4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 77 -
CMYK 0 0.28 0.68 0.06
HSL 35.71º 0.84% 0.62% -
HSV(B) 35.71º 0.68% 0.94% -
XYZ 52.41 49.33 13.78 -
YUV 182.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 240 174 77 0 0.28 0.68 0.06 35.71 0.84 0.62
Hex F0 AE 4D 0 1C 44 6 24 54 3E
Octal 360 256 115 0 34 104 6 44 124 76
Binary 11110000 10101110 1001101 0 11100 1000100 110 100100 1010100 111110

Color Harmonies of #F0AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE4D

Black with #F0AE4D

Text Example


Text Example

White with #F0AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE4D; }

 p { color: rgb(240,174,77); }

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

background-color css

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

 a { background-color: rgb(240,174,77); }

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

border-color css

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

 span { border-color: rgb(240,174,77); }

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