Html Css Color HEX #F0CF14 Broom

📋 copy color: '#F0CF14'

red 240 ◦ green 207 ◦ blue 20

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

Shades of Broom #F0CF14

Tints of Broom #F0CF14

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 51.39%
G = 44.33%
B = 4.28%

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

#F0CF14 (or 0xF0CF14) is known color: Broom. HEX triplet: F0, CF and 14. RGB value is (240,207,20). Sum of RGB (Red+Green+Blue) = 240+207+20=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF14 is #0F30EB. Grayscale: #C4C4C4. Windows color (decimal): -995564 or 1363952. OLE color: 1363952.

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

Color convert

RGB 240 207 20 -
CMYK 0 0.14 0.92 0.06
HSL 51º 0.88% 0.51% -
HSV(B) 51º 0.92% 0.94% -
XYZ 58.37 63.2 9.78 -
YUV 195.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 240 207 20 0 0.14 0.92 0.06 51 0.88 0.51
Hex F0 CF 14 0 E 5C 6 33 58 33
Octal 360 317 24 0 16 134 6 63 130 63
Binary 11110000 11001111 10100 0 1110 1011100 110 110011 1011000 110011

Color Harmonies of #F0CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF14

Black with #F0CF14

Text Example


Text Example

White with #F0CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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