Html Css Color HEX #F0CF15 Broom

📋 copy color: '#F0CF15'

red 240 ◦ green 207 ◦ blue 21

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

Shades of Broom #F0CF15

Tints of Broom #F0CF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.49%

R = 51.28%
G = 44.23%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0CF15 (or 0xF0CF15) is known color: Broom. HEX triplet: F0, CF and 15. RGB value is (240,207,21). Sum of RGB (Red+Green+Blue) = 240+207+21=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF15 is #0F30EA. Grayscale: #C4C4C4. Windows color (decimal): -995563 or 1429488. OLE color: 1429488.

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

Color convert

RGB 240 207 21 -
CMYK 0 0.14 0.91 0.06
HSL 50.96º 0.88% 0.51% -
HSV(B) 50.96º 0.91% 0.94% -
XYZ 58.38 63.21 9.83 -
YUV 195.66 29.43 159.62 -
System Red Green Blue C M Y K H S L
Decimal 240 207 21 0 0.14 0.91 0.06 50.96 0.88 0.51
Hex F0 CF 15 0 E 5B 6 33 58 33
Octal 360 317 25 0 16 133 6 63 130 63
Binary 11110000 11001111 10101 0 1110 1011011 110 110011 1011000 110011

Color Harmonies of #F0CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF15

Black with #F0CF15

Text Example


Text Example

White with #F0CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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