Html Css Color HEX #F2BD0F Moon Yellow

📋 copy color: '#F2BD0F'

red 242 ◦ green 189 ◦ blue 15

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

Shades of Moon Yellow #F2BD0F

Tints of Moon Yellow #F2BD0F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.38%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 54.26%
G = 42.38%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2BD0F (or 0xF2BD0F) is known color: Moon Yellow. HEX triplet: F2, BD and 0F. RGB value is (242,189,15). Sum of RGB (Red+Green+Blue) = 242+189+15=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BD0F is #0D42F0. Grayscale: #B9B9B9. Windows color (decimal): -869105 or 1031666. OLE color: 1031666.

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

Color convert

RGB 242 189 15 -
CMYK 0 0.22 0.94 0.05
HSL 45.99º 0.9% 0.5% -
HSV(B) 45.99º 0.94% 0.95% -
XYZ 54.9 55.31 8.23 -
YUV 185.01 32.06 168.65 -
System Red Green Blue C M Y K H S L
Decimal 242 189 15 0 0.22 0.94 0.05 45.99 0.9 0.5
Hex F2 BD F 0 16 5E 5 2E 5A 32
Octal 362 275 17 0 26 136 5 56 132 62
Binary 11110010 10111101 1111 0 10110 1011110 101 101110 1011010 110010

Color Harmonies of #F2BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD0F

Black with #F2BD0F

Text Example


Text Example

White with #F2BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD0F; }

 p { color: rgb(242,189,15); }

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

background-color css

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

 a { background-color: rgb(242,189,15); }

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

border-color css

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

 span { border-color: rgb(242,189,15); }

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