Html Css Color HEX #F2D51F Broom

📋 copy color: '#F2D51F'

red 242 ◦ green 213 ◦ blue 31

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

Shades of Broom #F2D51F

Tints of Broom #F2D51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 49.79%
G = 43.83%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2D51F (or 0xF2D51F) is known color: Broom. HEX triplet: F2, D5 and 1F. RGB value is (242,213,31). Sum of RGB (Red+Green+Blue) = 242+213+31=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D51F is #0D2AE0. Grayscale: #C9C9C9. Windows color (decimal): -862945 or 2086386. OLE color: 2086386.

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

Color convert

RGB 242 213 31 -
CMYK 0 0.12 0.87 0.05
HSL 51.75º 0.89% 0.54% -
HSV(B) 51.75º 0.87% 0.95% -
XYZ 60.66 66.56 10.95 -
YUV 200.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 242 213 31 0 0.12 0.87 0.05 51.75 0.89 0.54
Hex F2 D5 1F 0 C 57 5 34 59 36
Octal 362 325 37 0 14 127 5 64 131 66
Binary 11110010 11010101 11111 0 1100 1010111 101 110100 1011001 110110

Color Harmonies of #F2D51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D51F

Black with #F2D51F

Text Example


Text Example

White with #F2D51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D51F; }

 p { color: rgb(242,213,31); }

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

background-color css

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

 a { background-color: rgb(242,213,31); }

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

border-color css

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

 span { border-color: rgb(242,213,31); }

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