Html Css Color HEX #F2D726 Broom

📋 copy color: '#F2D726'

red 242 ◦ green 215 ◦ blue 38

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

Shades of Broom #F2D726

Tints of Broom #F2D726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.68%

R = 48.89%
G = 43.43%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2D726 (or 0xF2D726) is known color: Broom. HEX triplet: F2, D7 and 26. RGB value is (242,215,38). Sum of RGB (Red+Green+Blue) = 242+215+38=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D726 is #0D28D9. Grayscale: #CBCBCB. Windows color (decimal): -862426 or 2545650. OLE color: 2545650.

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

Color convert

RGB 242 215 38 -
CMYK 0 0.11 0.84 0.05
HSL 52.06º 0.89% 0.55% -
HSV(B) 52.06º 0.84% 0.95% -
XYZ 61.27 67.62 11.66 -
YUV 202.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 242 215 38 0 0.11 0.84 0.05 52.06 0.89 0.55
Hex F2 D7 26 0 B 54 5 34 59 37
Octal 362 327 46 0 13 124 5 64 131 67
Binary 11110010 11010111 100110 0 1011 1010100 101 110100 1011001 110111

Color Harmonies of #F2D726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D726

Black with #F2D726

Text Example


Text Example

White with #F2D726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D726; }

 p { color: rgb(242,215,38); }

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

background-color css

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

 a { background-color: rgb(242,215,38); }

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

border-color css

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

 span { border-color: rgb(242,215,38); }

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