Html Css Color HEX #F0CB1C Broom

📋 copy color: '#F0CB1C'

red 240 ◦ green 203 ◦ blue 28

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

Shades of Broom #F0CB1C

Tints of Broom #F0CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.1%

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 50.96%
G = 43.1%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0CB1C (or 0xF0CB1C) is known color: Broom. HEX triplet: F0, CB and 1C. RGB value is (240,203,28). Sum of RGB (Red+Green+Blue) = 240+203+28=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB1C is #0F34E3. Grayscale: #C2C2C2. Windows color (decimal): -996580 or 1887216. OLE color: 1887216.

HSL color Cylindrical-coordinate representation of color #F0CB1C: hue angle of 49.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0CB1C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 28 -
CMYK 0 0.15 0.88 0.06
HSL 49.53º 0.88% 0.53% -
HSV(B) 49.53º 0.88% 0.94% -
XYZ 57.5 61.32 9.9 -
YUV 194.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 240 203 28 0 0.15 0.88 0.06 49.53 0.88 0.53
Hex F0 CB 1C 0 F 58 6 32 58 35
Octal 360 313 34 0 17 130 6 62 130 65
Binary 11110000 11001011 11100 0 1111 1011000 110 110010 1011000 110101

Color Harmonies of #F0CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB1C

Black with #F0CB1C

Text Example


Text Example

White with #F0CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB1C; }

 p { color: rgb(240,203,28); }

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

background-color css

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

 a { background-color: rgb(240,203,28); }

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

border-color css

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

 span { border-color: rgb(240,203,28); }

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