Html Css Color HEX #F0CF13 Broom

📋 copy color: '#F0CF13'

red 240 ◦ green 207 ◦ blue 19

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

Shades of Broom #F0CF13

Tints of Broom #F0CF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 51.5%
G = 44.42%
B = 4.08%

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

#F0CF13 (or 0xF0CF13) is known color: Broom. HEX triplet: F0, CF and 13. RGB value is (240,207,19). Sum of RGB (Red+Green+Blue) = 240+207+19=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF13 is #0F30EC. Grayscale: #C4C4C4. Windows color (decimal): -995565 or 1298416. OLE color: 1298416.

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

Color convert

RGB 240 207 19 -
CMYK 0 0.14 0.92 0.06
HSL 51.04º 0.88% 0.51% -
HSV(B) 51.04º 0.92% 0.94% -
XYZ 58.37 63.2 9.74 -
YUV 195.44 28.43 159.79 -
System Red Green Blue C M Y K H S L
Decimal 240 207 19 0 0.14 0.92 0.06 51.04 0.88 0.51
Hex F0 CF 13 0 E 5C 6 33 58 33
Octal 360 317 23 0 16 134 6 63 130 63
Binary 11110000 11001111 10011 0 1110 1011100 110 110011 1011000 110011

Color Harmonies of #F0CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF13

Black with #F0CF13

Text Example


Text Example

White with #F0CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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