Html Css Color HEX #F0DA1B Broom

📋 copy color: '#F0DA1B'

red 240 ◦ green 218 ◦ blue 27

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

Shades of Broom #F0DA1B

Tints of Broom #F0DA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 49.48%
G = 44.95%
B = 5.57%

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

#F0DA1B (or 0xF0DA1B) is known color: Broom. HEX triplet: F0, DA and 1B. RGB value is (240,218,27). Sum of RGB (Red+Green+Blue) = 240+218+27=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA1B is #0F25E4. Grayscale: #CBCBCB. Windows color (decimal): -992741 or 1825520. OLE color: 1825520.

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

Color convert

RGB 240 218 27 -
CMYK 0 0.09 0.89 0.06
HSL 53.8º 0.88% 0.52% -
HSV(B) 53.8º 0.89% 0.94% -
XYZ 61.2 68.75 11.08 -
YUV 202.8 28.79 154.53 -
System Red Green Blue C M Y K H S L
Decimal 240 218 27 0 0.09 0.89 0.06 53.8 0.88 0.52
Hex F0 DA 1B 0 9 59 6 36 58 34
Octal 360 332 33 0 11 131 6 66 130 64
Binary 11110000 11011010 11011 0 1001 1011001 110 110110 1011000 110100

Color Harmonies of #F0DA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA1B

Black with #F0DA1B

Text Example


Text Example

White with #F0DA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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