Html Css Color HEX #F0D025 Broom

📋 copy color: '#F0D025'

red 240 ◦ green 208 ◦ blue 37

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

Shades of Broom #F0D025

Tints of Broom #F0D025

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 37 (14.84% from 255) = 7.63%

R = 49.48%
G = 42.89%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0D025 (or 0xF0D025) is known color: Broom. HEX triplet: F0, D0 and 25. RGB value is (240,208,37). Sum of RGB (Red+Green+Blue) = 240+208+37=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D025 is #0F2FDA. Grayscale: #C6C6C6. Windows color (decimal): -995291 or 2478320. OLE color: 2478320.

HSL color Cylindrical-coordinate representation of color #F0D025: hue angle of 50.54º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0D025 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 37 -
CMYK 0 0.13 0.85 0.06
HSL 50.54º 0.87% 0.54% -
HSV(B) 50.54º 0.85% 0.94% -
XYZ 58.82 63.77 10.96 -
YUV 198.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 240 208 37 0 0.13 0.85 0.06 50.54 0.87 0.54
Hex F0 D0 25 0 D 55 6 33 57 36
Octal 360 320 45 0 15 125 6 63 127 66
Binary 11110000 11010000 100101 0 1101 1010101 110 110011 1010111 110110

Color Harmonies of #F0D025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D025

Black with #F0D025

Text Example


Text Example

White with #F0D025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D025; }

 p { color: rgb(240,208,37); }

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

background-color css

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

 a { background-color: rgb(240,208,37); }

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

border-color css

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

 span { border-color: rgb(240,208,37); }

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