Html Css Color HEX #F2B61C Moon Yellow

📋 copy color: '#F2B61C'

red 242 ◦ green 182 ◦ blue 28

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

Shades of Moon Yellow #F2B61C

Tints of Moon Yellow #F2B61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.19%

R = 53.54%
G = 40.27%
B = 6.19%

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

#F2B61C (or 0xF2B61C) is known color: Moon Yellow. HEX triplet: F2, B6 and 1C. RGB value is (242,182,28). Sum of RGB (Red+Green+Blue) = 242+182+28=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B61C is #0D49E3. Grayscale: #B7B7B7. Windows color (decimal): -870884 or 1881842. OLE color: 1881842.

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

Color convert

RGB 242 182 28 -
CMYK 0 0.25 0.88 0.05
HSL 43.18º 0.89% 0.53% -
HSV(B) 43.18º 0.88% 0.95% -
XYZ 53.56 52.42 8.39 -
YUV 182.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 242 182 28 0 0.25 0.88 0.05 43.18 0.89 0.53
Hex F2 B6 1C 0 19 58 5 2B 59 35
Octal 362 266 34 0 31 130 5 53 131 65
Binary 11110010 10110110 11100 0 11001 1011000 101 101011 1011001 110101

Color Harmonies of #F2B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B61C

Black with #F2B61C

Text Example


Text Example

White with #F2B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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