Html Css Color HEX #F2C025 Moon Yellow

📋 copy color: '#F2C025'

red 242 ◦ green 192 ◦ blue 37

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

Shades of Moon Yellow #F2C025

Tints of Moon Yellow #F2C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 51.38%
G = 40.76%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2C025 (or 0xF2C025) is known color: Moon Yellow. HEX triplet: F2, C0 and 25. RGB value is (242,192,37). Sum of RGB (Red+Green+Blue) = 242+192+37=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C025 is #0D3FDA. Grayscale: #BDBDBD. Windows color (decimal): -868315 or 2474226. OLE color: 2474226.

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

Color convert

RGB 242 192 37 -
CMYK 0 0.21 0.85 0.05
HSL 45.37º 0.89% 0.55% -
HSV(B) 45.37º 0.85% 0.95% -
XYZ 55.8 56.71 9.76 -
YUV 189.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 242 192 37 0 0.21 0.85 0.05 45.37 0.89 0.55
Hex F2 C0 25 0 15 55 5 2D 59 37
Octal 362 300 45 0 25 125 5 55 131 67
Binary 11110010 11000000 100101 0 10101 1010101 101 101101 1011001 110111

Color Harmonies of #F2C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C025

Black with #F2C025

Text Example


Text Example

White with #F2C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C025; }

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

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

background-color css

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

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

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

border-color css

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

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

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