Html Css Color HEX #F0B753 Casablanca

📋 copy color: '#F0B753'

red 240 ◦ green 183 ◦ blue 83

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

Shades of Casablanca #F0B753

Tints of Casablanca #F0B753

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

 BLUE value IS 83 (32.81% from 255) = 16.4%

R = 47.43%
G = 36.17%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0B753 (or 0xF0B753) is known color: Casablanca. HEX triplet: F0, B7 and 53. RGB value is (240,183,83). Sum of RGB (Red+Green+Blue) = 240+183+83=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B753 is #0F48AC. Grayscale: #BDBDBD. Windows color (decimal): -1001645 or 5486576. OLE color: 5486576.

HSL color Cylindrical-coordinate representation of color #F0B753: hue angle of 38.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0B753 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 83 -
CMYK 0 0.24 0.65 0.06
HSL 38.22º 0.84% 0.63% -
HSV(B) 38.22º 0.65% 0.94% -
XYZ 54.43 53.02 15.55 -
YUV 188.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 240 183 83 0 0.24 0.65 0.06 38.22 0.84 0.63
Hex F0 B7 53 0 18 41 6 26 54 3F
Octal 360 267 123 0 30 101 6 46 124 77
Binary 11110000 10110111 1010011 0 11000 1000001 110 100110 1010100 111111

Color Harmonies of #F0B753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B753

Black with #F0B753

Text Example


Text Example

White with #F0B753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B753; }

 p { color: rgb(240,183,83); }

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

background-color css

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

 a { background-color: rgb(240,183,83); }

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

border-color css

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

 span { border-color: rgb(240,183,83); }

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