Html Css Color HEX #F2CB0F Moon Yellow

📋 copy color: '#F2CB0F'

red 242 ◦ green 203 ◦ blue 15

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

Shades of Moon Yellow #F2CB0F

Tints of Moon Yellow #F2CB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

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

R = 52.61%
G = 44.13%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2CB0F (or 0xF2CB0F) is known color: Moon Yellow. HEX triplet: F2, CB and 0F. RGB value is (242,203,15). Sum of RGB (Red+Green+Blue) = 242+203+15=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB0F is #0D34F0. Grayscale: #C2C2C2. Windows color (decimal): -865521 or 1035250. OLE color: 1035250.

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

Color convert

RGB 242 203 15 -
CMYK 0 0.16 0.94 0.05
HSL 49.69º 0.9% 0.5% -
HSV(B) 49.69º 0.94% 0.95% -
XYZ 58.06 61.62 9.29 -
YUV 193.23 27.42 162.79 -
System Red Green Blue C M Y K H S L
Decimal 242 203 15 0 0.16 0.94 0.05 49.69 0.9 0.5
Hex F2 CB F 0 10 5E 5 32 5A 32
Octal 362 313 17 0 20 136 5 62 132 62
Binary 11110010 11001011 1111 0 10000 1011110 101 110010 1011010 110010

Color Harmonies of #F2CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB0F

Black with #F2CB0F

Text Example


Text Example

White with #F2CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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