Html Css Color HEX #F0D31F Broom

📋 copy color: '#F0D31F'

red 240 ◦ green 211 ◦ blue 31

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

Shades of Broom #F0D31F

Tints of Broom #F0D31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 31 (12.5% from 255) = 6.43%

R = 49.79%
G = 43.78%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0D31F (or 0xF0D31F) is known color: Broom. HEX triplet: F0, D3 and 1F. RGB value is (240,211,31). Sum of RGB (Red+Green+Blue) = 240+211+31=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D31F is #0F2CE0. Grayscale: #C7C7C7. Windows color (decimal): -994529 or 2085872. OLE color: 2085872.

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

Color convert

RGB 240 211 31 -
CMYK 0 0.12 0.87 0.06
HSL 51.67º 0.87% 0.53% -
HSV(B) 51.67º 0.87% 0.94% -
XYZ 59.48 65.21 10.75 -
YUV 199.15 33.11 157.14 -
System Red Green Blue C M Y K H S L
Decimal 240 211 31 0 0.12 0.87 0.06 51.67 0.87 0.53
Hex F0 D3 1F 0 C 57 6 34 57 35
Octal 360 323 37 0 14 127 6 64 127 65
Binary 11110000 11010011 11111 0 1100 1010111 110 110100 1010111 110101

Color Harmonies of #F0D31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D31F

Black with #F0D31F

Text Example


Text Example

White with #F0D31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D31F; }

 p { color: rgb(240,211,31); }

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

background-color css

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

 a { background-color: rgb(240,211,31); }

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

border-color css

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

 span { border-color: rgb(240,211,31); }

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