Html Css Color HEX #F2B71A Moon Yellow

📋 copy color: '#F2B71A'

red 242 ◦ green 183 ◦ blue 26

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

Shades of Moon Yellow #F2B71A

Tints of Moon Yellow #F2B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 53.66%
G = 40.58%
B = 5.76%

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

#F2B71A (or 0xF2B71A) is known color: Moon Yellow. HEX triplet: F2, B7 and 1A. RGB value is (242,183,26). Sum of RGB (Red+Green+Blue) = 242+183+26=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B71A is #0D48E5. Grayscale: #B7B7B7. Windows color (decimal): -870630 or 1751026. OLE color: 1751026.

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

Color convert

RGB 242 183 26 -
CMYK 0 0.24 0.89 0.05
HSL 43.61º 0.89% 0.53% -
HSV(B) 43.61º 0.89% 0.95% -
XYZ 53.74 52.82 8.34 -
YUV 182.74 39.55 170.27 -
System Red Green Blue C M Y K H S L
Decimal 242 183 26 0 0.24 0.89 0.05 43.61 0.89 0.53
Hex F2 B7 1A 0 18 59 5 2C 59 35
Octal 362 267 32 0 30 131 5 54 131 65
Binary 11110010 10110111 11010 0 11000 1011001 101 101100 1011001 110101

Color Harmonies of #F2B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B71A

Black with #F2B71A

Text Example


Text Example

White with #F2B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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