Html Css Color HEX #F7B050 Casablanca

📋 copy color: '#F7B050'

red 247 ◦ green 176 ◦ blue 80

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

Shades of Casablanca #F7B050

Tints of Casablanca #F7B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

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

R = 49.11%
G = 34.99%
B = 15.9%

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

#F7B050 (or 0xF7B050) is known color: Casablanca. HEX triplet: F7, B0 and 50. RGB value is (247,176,80). Sum of RGB (Red+Green+Blue) = 247+176+80=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B050 is #084FAF. Grayscale: #BABABA. Windows color (decimal): -544688 or 5288183. OLE color: 5288183.

HSL color Cylindrical-coordinate representation of color #F7B050: hue angle of 34.49º 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 #F7B050 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 80 -
CMYK 0 0.29 0.68 0.03
HSL 34.49º 0.91% 0.64% -
HSV(B) 34.49º 0.68% 0.97% -
XYZ 55.33 51.4 14.6 -
YUV 186.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 247 176 80 0 0.29 0.68 0.03 34.49 0.91 0.64
Hex F7 B0 50 0 1D 44 3 22 5B 40
Octal 367 260 120 0 35 104 3 42 133 100
Binary 11110111 10110000 1010000 0 11101 1000100 11 100010 1011011 1000000

Color Harmonies of #F7B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B050

Black with #F7B050

Text Example


Text Example

White with #F7B050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B050; }

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

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

background-color css

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

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

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

border-color css

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

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

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