Html Css Color HEX #F0DB1A Broom

📋 copy color: '#F0DB1A'

red 240 ◦ green 219 ◦ blue 26

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

Shades of Broom #F0DB1A

Tints of Broom #F0DB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 49.48%
G = 45.15%
B = 5.36%

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

#F0DB1A (or 0xF0DB1A) is known color: Broom. HEX triplet: F0, DB and 1A. RGB value is (240,219,26). Sum of RGB (Red+Green+Blue) = 240+219+26=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB1A is #0F24E5. Grayscale: #CCCCCC. Windows color (decimal): -992486 or 1760240. OLE color: 1760240.

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

Color convert

RGB 240 219 26 -
CMYK 0 0.09 0.89 0.06
HSL 54.11º 0.88% 0.52% -
HSV(B) 54.11º 0.89% 0.94% -
XYZ 61.45 69.26 11.11 -
YUV 203.28 27.96 154.19 -
System Red Green Blue C M Y K H S L
Decimal 240 219 26 0 0.09 0.89 0.06 54.11 0.88 0.52
Hex F0 DB 1A 0 9 59 6 36 58 34
Octal 360 333 32 0 11 131 6 66 130 64
Binary 11110000 11011011 11010 0 1001 1011001 110 110110 1011000 110100

Color Harmonies of #F0DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB1A

Black with #F0DB1A

Text Example


Text Example

White with #F0DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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