Html Css Color HEX #F2CD0F Moon Yellow

📋 copy color: '#F2CD0F'

red 242 ◦ green 205 ◦ blue 15

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

Shades of Moon Yellow #F2CD0F

Tints of Moon Yellow #F2CD0F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 52.38%
G = 44.37%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2CD0F (or 0xF2CD0F) is known color: Moon Yellow. HEX triplet: F2, CD and 0F. RGB value is (242,205,15). Sum of RGB (Red+Green+Blue) = 242+205+15=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CD0F is #0D32F0. Grayscale: #C3C3C3. Windows color (decimal): -865009 or 1035762. OLE color: 1035762.

HSL color Cylindrical-coordinate representation of color #F2CD0F: hue angle of 50.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2CD0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 15 -
CMYK 0 0.15 0.94 0.05
HSL 50.22º 0.9% 0.5% -
HSV(B) 50.22º 0.94% 0.95% -
XYZ 58.54 62.57 9.44 -
YUV 194.4 26.76 161.95 -
System Red Green Blue C M Y K H S L
Decimal 242 205 15 0 0.15 0.94 0.05 50.22 0.9 0.5
Hex F2 CD F 0 F 5E 5 32 5A 32
Octal 362 315 17 0 17 136 5 62 132 62
Binary 11110010 11001101 1111 0 1111 1011110 101 110010 1011010 110010

Color Harmonies of #F2CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD0F

Black with #F2CD0F

Text Example


Text Example

White with #F2CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD0F; }

 p { color: rgb(242,205,15); }

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

background-color css

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

 a { background-color: rgb(242,205,15); }

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

border-color css

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

 span { border-color: rgb(242,205,15); }

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