Html Css Color HEX #F2CF25 Broom

📋 copy color: '#F2CF25'

red 242 ◦ green 207 ◦ blue 37

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

Shades of Broom #F2CF25

Tints of Broom #F2CF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 49.79%
G = 42.59%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2CF25 (or 0xF2CF25) is known color: Broom. HEX triplet: F2, CF and 25. RGB value is (242,207,37). Sum of RGB (Red+Green+Blue) = 242+207+37=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF25 is #0D30DA. Grayscale: #C6C6C6. Windows color (decimal): -864475 or 2478066. OLE color: 2478066.

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

Color convert

RGB 242 207 37 -
CMYK 0 0.14 0.85 0.05
HSL 49.76º 0.89% 0.55% -
HSV(B) 49.76º 0.85% 0.95% -
XYZ 59.26 63.64 10.91 -
YUV 198.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 242 207 37 0 0.14 0.85 0.05 49.76 0.89 0.55
Hex F2 CF 25 0 E 55 5 32 59 37
Octal 362 317 45 0 16 125 5 62 131 67
Binary 11110010 11001111 100101 0 1110 1010101 101 110010 1011001 110111

Color Harmonies of #F2CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF25

Black with #F2CF25

Text Example


Text Example

White with #F2CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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