Html Css Color HEX #F0B652 Casablanca

📋 copy color: '#F0B652'

red 240 ◦ green 182 ◦ blue 82

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

Shades of Casablanca #F0B652

Tints of Casablanca #F0B652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 47.62%
G = 36.11%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0B652 (or 0xF0B652) is known color: Casablanca. HEX triplet: F0, B6 and 52. RGB value is (240,182,82). Sum of RGB (Red+Green+Blue) = 240+182+82=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B652 is #0F49AD. Grayscale: #BCBCBC. Windows color (decimal): -1001902 or 5420784. OLE color: 5420784.

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

Color convert

RGB 240 182 82 -
CMYK 0 0.24 0.66 0.06
HSL 37.97º 0.84% 0.63% -
HSV(B) 37.97º 0.66% 0.94% -
XYZ 54.19 52.59 15.28 -
YUV 187.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 240 182 82 0 0.24 0.66 0.06 37.97 0.84 0.63
Hex F0 B6 52 0 18 42 6 26 54 3F
Octal 360 266 122 0 30 102 6 46 124 77
Binary 11110000 10110110 1010010 0 11000 1000010 110 100110 1010100 111111

Color Harmonies of #F0B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B652

Black with #F0B652

Text Example


Text Example

White with #F0B652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B652; }

 p { color: rgb(240,182,82); }

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

background-color css

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

 a { background-color: rgb(240,182,82); }

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

border-color css

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

 span { border-color: rgb(240,182,82); }

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