Html Css Color HEX #F2B919 Moon Yellow

📋 copy color: '#F2B919'

red 242 ◦ green 185 ◦ blue 25

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

Shades of Moon Yellow #F2B919

Tints of Moon Yellow #F2B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 25 (10.16% from 255) = 5.53%

R = 53.54%
G = 40.93%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2B919 (or 0xF2B919) is known color: Moon Yellow. HEX triplet: F2, B9 and 19. RGB value is (242,185,25). Sum of RGB (Red+Green+Blue) = 242+185+25=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B919 is #0D46E6. Grayscale: #B8B8B8. Windows color (decimal): -870119 or 1686002. OLE color: 1686002.

HSL color Cylindrical-coordinate representation of color #F2B919: hue angle of 44.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2B919 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 25 -
CMYK 0 0.24 0.90 0.05
HSL 44.24º 0.89% 0.52% -
HSV(B) 44.24º 0.9% 0.95% -
XYZ 54.14 53.65 8.42 -
YUV 183.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 242 185 25 0 0.24 0.90 0.05 44.24 0.89 0.52
Hex F2 B9 19 0 18 5A 5 2C 59 34
Octal 362 271 31 0 30 132 5 54 131 64
Binary 11110010 10111001 11001 0 11000 1011010 101 101100 1011001 110100

Color Harmonies of #F2B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B919

Black with #F2B919

Text Example


Text Example

White with #F2B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B919; }

 p { color: rgb(242,185,25); }

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

background-color css

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

 a { background-color: rgb(242,185,25); }

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

border-color css

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

 span { border-color: rgb(242,185,25); }

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