Html Css Color HEX #F2DA1E Broom

📋 copy color: '#F2DA1E'

red 242 ◦ green 218 ◦ blue 30

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

Shades of Broom #F2DA1E

Tints of Broom #F2DA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

 BLUE value IS 30 (12.11% from 255) = 6.12%

R = 49.39%
G = 44.49%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2DA1E (or 0xF2DA1E) is known color: Broom. HEX triplet: F2, DA and 1E. RGB value is (242,218,30). Sum of RGB (Red+Green+Blue) = 242+218+30=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA1E is #0D25E1. Grayscale: #CCCCCC. Windows color (decimal): -861666 or 2022130. OLE color: 2022130.

HSL color Cylindrical-coordinate representation of color #F2DA1E: hue angle of 53.21º 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 #F2DA1E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 30 -
CMYK 0 0.10 0.88 0.05
HSL 53.21º 0.89% 0.53% -
HSV(B) 53.21º 0.88% 0.95% -
XYZ 61.92 69.11 11.3 -
YUV 203.74 29.95 155.29 -
System Red Green Blue C M Y K H S L
Decimal 242 218 30 0 0.10 0.88 0.05 53.21 0.89 0.53
Hex F2 DA 1E 0 A 58 5 35 59 35
Octal 362 332 36 0 12 130 5 65 131 65
Binary 11110010 11011010 11110 0 1010 1011000 101 110101 1011001 110101

Color Harmonies of #F2DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA1E

Black with #F2DA1E

Text Example


Text Example

White with #F2DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA1E; }

 p { color: rgb(242,218,30); }

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

background-color css

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

 a { background-color: rgb(242,218,30); }

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

border-color css

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

 span { border-color: rgb(242,218,30); }

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