Html Css Color HEX #F0DC1D Broom

📋 copy color: '#F0DC1D'

red 240 ◦ green 220 ◦ blue 29

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

Shades of Broom #F0DC1D

Tints of Broom #F0DC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 49.08%
G = 44.99%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0DC1D (or 0xF0DC1D) is known color: Broom. HEX triplet: F0, DC and 1D. RGB value is (240,220,29). Sum of RGB (Red+Green+Blue) = 240+220+29=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DC1D is #0F23E2. Grayscale: #CCCCCC. Windows color (decimal): -992227 or 1957104. OLE color: 1957104.

HSL color Cylindrical-coordinate representation of color #F0DC1D: hue angle of 54.31º 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 #F0DC1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 29 -
CMYK 0 0.08 0.88 0.06
HSL 54.31º 0.88% 0.53% -
HSV(B) 54.31º 0.88% 0.94% -
XYZ 61.75 69.8 11.38 -
YUV 204.21 29.13 153.53 -
System Red Green Blue C M Y K H S L
Decimal 240 220 29 0 0.08 0.88 0.06 54.31 0.88 0.53
Hex F0 DC 1D 0 8 58 6 36 58 35
Octal 360 334 35 0 10 130 6 66 130 65
Binary 11110000 11011100 11101 0 1000 1011000 110 110110 1011000 110101

Color Harmonies of #F0DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC1D

Black with #F0DC1D

Text Example


Text Example

White with #F0DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC1D; }

 p { color: rgb(240,220,29); }

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

background-color css

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

 a { background-color: rgb(240,220,29); }

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

border-color css

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

 span { border-color: rgb(240,220,29); }

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