Html Css Color HEX #F2B91A Moon Yellow

📋 copy color: '#F2B91A'

red 242 ◦ green 185 ◦ blue 26

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

Shades of Moon Yellow #F2B91A

Tints of Moon Yellow #F2B91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.74%

R = 53.42%
G = 40.84%
B = 5.74%

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

#F2B91A (or 0xF2B91A) is known color: Moon Yellow. HEX triplet: F2, B9 and 1A. RGB value is (242,185,26). Sum of RGB (Red+Green+Blue) = 242+185+26=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B91A is #0D46E5. Grayscale: #B8B8B8. Windows color (decimal): -870118 or 1751538. OLE color: 1751538.

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

Color convert

RGB 242 185 26 -
CMYK 0 0.24 0.89 0.05
HSL 44.17º 0.89% 0.53% -
HSV(B) 44.17º 0.89% 0.95% -
XYZ 54.15 53.65 8.48 -
YUV 183.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 242 185 26 0 0.24 0.89 0.05 44.17 0.89 0.53
Hex F2 B9 1A 0 18 59 5 2C 59 35
Octal 362 271 32 0 30 131 5 54 131 65
Binary 11110010 10111001 11010 0 11000 1011001 101 101100 1011001 110101

Color Harmonies of #F2B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B91A

Black with #F2B91A

Text Example


Text Example

White with #F2B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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