Html Css Color HEX #F7AF50 Casablanca

📋 copy color: '#F7AF50'

red 247 ◦ green 175 ◦ blue 80

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

Shades of Casablanca #F7AF50

Tints of Casablanca #F7AF50

RGB

 RED value IS 247 (96.88% from 255) = 49.2%

 GREEN value IS 175 (68.75% from 255) = 34.86%

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

R = 49.2%
G = 34.86%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7AF50 (or 0xF7AF50) is known color: Casablanca. HEX triplet: F7, AF and 50. RGB value is (247,175,80). Sum of RGB (Red+Green+Blue) = 247+175+80=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF50 is #0850AF. Grayscale: #BABABA. Windows color (decimal): -544944 or 5287927. OLE color: 5287927.

HSL color Cylindrical-coordinate representation of color #F7AF50: hue angle of 34.13º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7AF50 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 80 -
CMYK 0 0.29 0.68 0.03
HSL 34.13º 0.91% 0.64% -
HSV(B) 34.13º 0.68% 0.97% -
XYZ 55.14 51.01 14.53 -
YUV 185.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 247 175 80 0 0.29 0.68 0.03 34.13 0.91 0.64
Hex F7 AF 50 0 1D 44 3 22 5B 40
Octal 367 257 120 0 35 104 3 42 133 100
Binary 11110111 10101111 1010000 0 11101 1000100 11 100010 1011011 1000000

Color Harmonies of #F7AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF50

Black with #F7AF50

Text Example


Text Example

White with #F7AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF50; }

 p { color: rgb(247,175,80); }

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

background-color css

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

 a { background-color: rgb(247,175,80); }

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

border-color css

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

 span { border-color: rgb(247,175,80); }

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