Html Css Color HEX #F1D714 Broom

📋 copy color: '#F1D714'

red 241 ◦ green 215 ◦ blue 20

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

Shades of Broom #F1D714

Tints of Broom #F1D714

RGB

 RED value IS 241 (94.53% from 255) = 50.63%

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 50.63%
G = 45.17%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1D714 (or 0xF1D714) is known color: Broom. HEX triplet: F1, D7 and 14. RGB value is (241,215,20). Sum of RGB (Red+Green+Blue) = 241+215+20=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D714 is #0E28EB. Grayscale: #C9C9C9. Windows color (decimal): -927980 or 1366001. OLE color: 1366001.

HSL color Cylindrical-coordinate representation of color #F1D714: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1D714 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 20 -
CMYK 0 0.11 0.92 0.05
HSL 52.94º 0.89% 0.51% -
HSV(B) 52.94º 0.92% 0.95% -
XYZ 60.7 67.35 10.46 -
YUV 200.54 26.11 156.86 -
System Red Green Blue C M Y K H S L
Decimal 241 215 20 0 0.11 0.92 0.05 52.94 0.89 0.51
Hex F1 D7 14 0 B 5C 5 35 59 33
Octal 361 327 24 0 13 134 5 65 131 63
Binary 11110001 11010111 10100 0 1011 1011100 101 110101 1011001 110011

Color Harmonies of #F1D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D714

Black with #F1D714

Text Example


Text Example

White with #F1D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D714; }

 p { color: rgb(241,215,20); }

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

background-color css

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

 a { background-color: rgb(241,215,20); }

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

border-color css

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

 span { border-color: rgb(241,215,20); }

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