Html Css Color HEX #F2BF13 Moon Yellow

📋 copy color: '#F2BF13'

red 242 ◦ green 191 ◦ blue 19

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

Shades of Moon Yellow #F2BF13

Tints of Moon Yellow #F2BF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.2%

R = 53.54%
G = 42.26%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2BF13 (or 0xF2BF13) is known color: Moon Yellow. HEX triplet: F2, BF and 13. RGB value is (242,191,19). Sum of RGB (Red+Green+Blue) = 242+191+19=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF13 is #0D40EC. Grayscale: #BBBBBB. Windows color (decimal): -868589 or 1294322. OLE color: 1294322.

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

Color convert

RGB 242 191 19 -
CMYK 0 0.21 0.92 0.05
HSL 46.28º 0.9% 0.51% -
HSV(B) 46.28º 0.92% 0.95% -
XYZ 55.37 56.19 8.54 -
YUV 186.64 33.4 167.49 -
System Red Green Blue C M Y K H S L
Decimal 242 191 19 0 0.21 0.92 0.05 46.28 0.9 0.51
Hex F2 BF 13 0 15 5C 5 2E 5A 33
Octal 362 277 23 0 25 134 5 56 132 63
Binary 11110010 10111111 10011 0 10101 1011100 101 101110 1011010 110011

Color Harmonies of #F2BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF13

Black with #F2BF13

Text Example


Text Example

White with #F2BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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