Html Css Color HEX #F2DC1D Broom

📋 copy color: '#F2DC1D'

red 242 ◦ green 220 ◦ blue 29

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

Shades of Broom #F2DC1D

Tints of Broom #F2DC1D

RGB

 RED value IS 242 (94.92% from 255) = 49.29%

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 29 (11.72% from 255) = 5.91%

R = 49.29%
G = 44.81%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2DC1D (or 0xF2DC1D) is known color: Broom. HEX triplet: F2, DC and 1D. RGB value is (242,220,29). Sum of RGB (Red+Green+Blue) = 242+220+29=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC1D is #0D23E2. Grayscale: #CDCDCD. Windows color (decimal): -861155 or 1957106. OLE color: 1957106.

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

Color convert

RGB 242 220 29 -
CMYK 0 0.09 0.88 0.05
HSL 53.8º 0.89% 0.53% -
HSV(B) 53.8º 0.88% 0.95% -
XYZ 62.43 70.15 11.41 -
YUV 204.8 28.79 154.53 -
System Red Green Blue C M Y K H S L
Decimal 242 220 29 0 0.09 0.88 0.05 53.8 0.89 0.53
Hex F2 DC 1D 0 9 58 5 36 59 35
Octal 362 334 35 0 11 130 5 66 131 65
Binary 11110010 11011100 11101 0 1001 1011000 101 110110 1011001 110101

Color Harmonies of #F2DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC1D

Black with #F2DC1D

Text Example


Text Example

White with #F2DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC1D; }

 p { color: rgb(242,220,29); }

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

background-color css

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

 a { background-color: rgb(242,220,29); }

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

border-color css

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

 span { border-color: rgb(242,220,29); }

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