Html Css Color HEX #F2BF26 Moon Yellow

📋 copy color: '#F2BF26'

red 242 ◦ green 191 ◦ blue 38

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

Shades of Moon Yellow #F2BF26

Tints of Moon Yellow #F2BF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.07%

R = 51.38%
G = 40.55%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2BF26 (or 0xF2BF26) is known color: Moon Yellow. HEX triplet: F2, BF and 26. RGB value is (242,191,38). Sum of RGB (Red+Green+Blue) = 242+191+38=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF26 is #0D40D9. Grayscale: #BDBDBD. Windows color (decimal): -868570 or 2539506. OLE color: 2539506.

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

Color convert

RGB 242 191 38 -
CMYK 0 0.21 0.84 0.05
HSL 45º 0.89% 0.55% -
HSV(B) 45º 0.84% 0.95% -
XYZ 55.6 56.28 9.77 -
YUV 188.81 42.9 165.94 -
System Red Green Blue C M Y K H S L
Decimal 242 191 38 0 0.21 0.84 0.05 45 0.89 0.55
Hex F2 BF 26 0 15 54 5 2D 59 37
Octal 362 277 46 0 25 124 5 55 131 67
Binary 11110010 10111111 100110 0 10101 1010100 101 101101 1011001 110111

Color Harmonies of #F2BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF26

Black with #F2BF26

Text Example


Text Example

White with #F2BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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