Html Css Color HEX #F0DB1B Broom

📋 copy color: '#F0DB1B'

red 240 ◦ green 219 ◦ blue 27

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

Shades of Broom #F0DB1B

Tints of Broom #F0DB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 49.38%
G = 45.06%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0DB1B (or 0xF0DB1B) is known color: Broom. HEX triplet: F0, DB and 1B. RGB value is (240,219,27). Sum of RGB (Red+Green+Blue) = 240+219+27=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB1B is #0F24E4. Grayscale: #CCCCCC. Windows color (decimal): -992485 or 1825776. OLE color: 1825776.

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

Color convert

RGB 240 219 27 -
CMYK 0 0.09 0.89 0.06
HSL 54.08º 0.88% 0.52% -
HSV(B) 54.08º 0.89% 0.94% -
XYZ 61.46 69.27 11.17 -
YUV 203.39 28.46 154.11 -
System Red Green Blue C M Y K H S L
Decimal 240 219 27 0 0.09 0.89 0.06 54.08 0.88 0.52
Hex F0 DB 1B 0 9 59 6 36 58 34
Octal 360 333 33 0 11 131 6 66 130 64
Binary 11110000 11011011 11011 0 1001 1011001 110 110110 1011000 110100

Color Harmonies of #F0DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB1B

Black with #F0DB1B

Text Example


Text Example

White with #F0DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB1B; }

 p { color: rgb(240,219,27); }

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

background-color css

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

 a { background-color: rgb(240,219,27); }

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

border-color css

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

 span { border-color: rgb(240,219,27); }

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