Html Css Color HEX #F2B61D Moon Yellow

📋 copy color: '#F2B61D'

red 242 ◦ green 182 ◦ blue 29

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

Shades of Moon Yellow #F2B61D

Tints of Moon Yellow #F2B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 29 (11.72% from 255) = 6.4%

R = 53.42%
G = 40.18%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2B61D (or 0xF2B61D) is known color: Moon Yellow. HEX triplet: F2, B6 and 1D. RGB value is (242,182,29). Sum of RGB (Red+Green+Blue) = 242+182+29=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B61D is #0D49E2. Grayscale: #B7B7B7. Windows color (decimal): -870883 or 1947378. OLE color: 1947378.

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

Color convert

RGB 242 182 29 -
CMYK 0 0.25 0.88 0.05
HSL 43.1º 0.89% 0.53% -
HSV(B) 43.1º 0.88% 0.95% -
XYZ 53.57 52.42 8.46 -
YUV 182.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 242 182 29 0 0.25 0.88 0.05 43.1 0.89 0.53
Hex F2 B6 1D 0 19 58 5 2B 59 35
Octal 362 266 35 0 31 130 5 53 131 65
Binary 11110010 10110110 11101 0 11001 1011000 101 101011 1011001 110101

Color Harmonies of #F2B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B61D

Black with #F2B61D

Text Example


Text Example

White with #F2B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B61D; }

 p { color: rgb(242,182,29); }

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

background-color css

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

 a { background-color: rgb(242,182,29); }

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

border-color css

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

 span { border-color: rgb(242,182,29); }

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