Html Css Color HEX #F2B91B Moon Yellow

📋 copy color: '#F2B91B'

red 242 ◦ green 185 ◦ blue 27

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

Shades of Moon Yellow #F2B91B

Tints of Moon Yellow #F2B91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.95%

R = 53.3%
G = 40.75%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2B91B (or 0xF2B91B) is known color: Moon Yellow. HEX triplet: F2, B9 and 1B. RGB value is (242,185,27). Sum of RGB (Red+Green+Blue) = 242+185+27=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B91B is #0D46E4. Grayscale: #B8B8B8. Windows color (decimal): -870117 or 1817074. OLE color: 1817074.

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

Color convert

RGB 242 185 27 -
CMYK 0 0.24 0.89 0.05
HSL 44.09º 0.89% 0.53% -
HSV(B) 44.09º 0.89% 0.95% -
XYZ 54.16 53.65 8.54 -
YUV 184.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 242 185 27 0 0.24 0.89 0.05 44.09 0.89 0.53
Hex F2 B9 1B 0 18 59 5 2C 59 35
Octal 362 271 33 0 30 131 5 54 131 65
Binary 11110010 10111001 11011 0 11000 1011001 101 101100 1011001 110101

Color Harmonies of #F2B91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B91B

Black with #F2B91B

Text Example


Text Example

White with #F2B91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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