Html Css Color HEX #F2D925 Broom

📋 copy color: '#F2D925'

red 242 ◦ green 217 ◦ blue 37

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

Shades of Broom #F2D925

Tints of Broom #F2D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 37 (14.84% from 255) = 7.46%

R = 48.79%
G = 43.75%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2D925 (or 0xF2D925) is known color: Broom. HEX triplet: F2, D9 and 25. RGB value is (242,217,37). Sum of RGB (Red+Green+Blue) = 242+217+37=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D925 is #0D26DA. Grayscale: #CCCCCC. Windows color (decimal): -861915 or 2480626. OLE color: 2480626.

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

Color convert

RGB 242 217 37 -
CMYK 0 0.10 0.85 0.05
HSL 52.68º 0.89% 0.55% -
HSV(B) 52.68º 0.85% 0.95% -
XYZ 61.76 68.64 11.74 -
YUV 203.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 242 217 37 0 0.10 0.85 0.05 52.68 0.89 0.55
Hex F2 D9 25 0 A 55 5 35 59 37
Octal 362 331 45 0 12 125 5 65 131 67
Binary 11110010 11011001 100101 0 1010 1010101 101 110101 1011001 110111

Color Harmonies of #F2D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D925

Black with #F2D925

Text Example


Text Example

White with #F2D925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D925; }

 p { color: rgb(242,217,37); }

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

background-color css

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

 a { background-color: rgb(242,217,37); }

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

border-color css

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

 span { border-color: rgb(242,217,37); }

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