Html Css Color HEX #F0CE14 Broom

📋 copy color: '#F0CE14'

red 240 ◦ green 206 ◦ blue 20

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

Shades of Broom #F0CE14

Tints of Broom #F0CE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 51.5%
G = 44.21%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0CE14 (or 0xF0CE14) is known color: Broom. HEX triplet: F0, CE and 14. RGB value is (240,206,20). Sum of RGB (Red+Green+Blue) = 240+206+20=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CE14 is #0F31EB. Grayscale: #C3C3C3. Windows color (decimal): -995820 or 1363696. OLE color: 1363696.

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

Color convert

RGB 240 206 20 -
CMYK 0 0.14 0.92 0.06
HSL 50.73º 0.88% 0.51% -
HSV(B) 50.73º 0.92% 0.94% -
XYZ 58.13 62.72 9.7 -
YUV 194.96 29.26 160.12 -
System Red Green Blue C M Y K H S L
Decimal 240 206 20 0 0.14 0.92 0.06 50.73 0.88 0.51
Hex F0 CE 14 0 E 5C 6 33 58 33
Octal 360 316 24 0 16 134 6 63 130 63
Binary 11110000 11001110 10100 0 1110 1011100 110 110011 1011000 110011

Color Harmonies of #F0CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE14

Black with #F0CE14

Text Example


Text Example

White with #F0CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE14; }

 p { color: rgb(240,206,20); }

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

background-color css

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

 a { background-color: rgb(240,206,20); }

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

border-color css

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

 span { border-color: rgb(240,206,20); }

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