Html Css Color HEX #F7B051 Casablanca

📋 copy color: '#F7B051'

red 247 ◦ green 176 ◦ blue 81

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

Shades of Casablanca #F7B051

Tints of Casablanca #F7B051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.07%

R = 49.01%
G = 34.92%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F7B051 (or 0xF7B051) is known color: Casablanca. HEX triplet: F7, B0 and 51. RGB value is (247,176,81). Sum of RGB (Red+Green+Blue) = 247+176+81=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B051 is #084FAE. Grayscale: #BABABA. Windows color (decimal): -544687 or 5353719. OLE color: 5353719.

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

Color convert

RGB 247 176 81 -
CMYK 0 0.29 0.67 0.03
HSL 34.34º 0.91% 0.64% -
HSV(B) 34.34º 0.67% 0.97% -
XYZ 55.37 51.42 14.79 -
YUV 186.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 247 176 81 0 0.29 0.67 0.03 34.34 0.91 0.64
Hex F7 B0 51 0 1D 43 3 22 5B 40
Octal 367 260 121 0 35 103 3 42 133 100
Binary 11110111 10110000 1010001 0 11101 1000011 11 100010 1011011 1000000

Color Harmonies of #F7B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B051

Black with #F7B051

Text Example


Text Example

White with #F7B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B051; }

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

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

background-color css

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

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

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

border-color css

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

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

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