Html Css Color HEX #F2BF1E Moon Yellow

📋 copy color: '#F2BF1E'

red 242 ◦ green 191 ◦ blue 30

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

Shades of Moon Yellow #F2BF1E

Tints of Moon Yellow #F2BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

 BLUE value IS 30 (12.11% from 255) = 6.48%

R = 52.27%
G = 41.25%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2BF1E (or 0xF2BF1E) is known color: Moon Yellow. HEX triplet: F2, BF and 1E. RGB value is (242,191,30). Sum of RGB (Red+Green+Blue) = 242+191+30=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF1E is #0D40E1. Grayscale: #BCBCBC. Windows color (decimal): -868578 or 2015218. OLE color: 2015218.

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

Color convert

RGB 242 191 30 -
CMYK 0 0.21 0.88 0.05
HSL 45.57º 0.89% 0.53% -
HSV(B) 45.57º 0.88% 0.95% -
XYZ 55.48 56.23 9.16 -
YUV 187.9 38.9 166.59 -
System Red Green Blue C M Y K H S L
Decimal 242 191 30 0 0.21 0.88 0.05 45.57 0.89 0.53
Hex F2 BF 1E 0 15 58 5 2E 59 35
Octal 362 277 36 0 25 130 5 56 131 65
Binary 11110010 10111111 11110 0 10101 1011000 101 101110 1011001 110101

Color Harmonies of #F2BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF1E

Black with #F2BF1E

Text Example


Text Example

White with #F2BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF1E; }

 p { color: rgb(242,191,30); }

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

background-color css

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

 a { background-color: rgb(242,191,30); }

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

border-color css

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

 span { border-color: rgb(242,191,30); }

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