Html Css Color HEX #F8C31E Moon Yellow

📋 copy color: '#F8C31E'

red 248 ◦ green 195 ◦ blue 30

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

Shades of Moon Yellow #F8C31E

Tints of Moon Yellow #F8C31E

RGB

 RED value IS 248 (97.27% from 255) = 52.43%

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 30 (12.11% from 255) = 6.34%

R = 52.43%
G = 41.23%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8C31E (or 0xF8C31E) is known color: Moon Yellow. HEX triplet: F8, C3 and 1E. RGB value is (248,195,30). Sum of RGB (Red+Green+Blue) = 248+195+30=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C31E is #073CE1. Grayscale: #C0C0C0. Windows color (decimal): -474338 or 2016248. OLE color: 2016248.

HSL color Cylindrical-coordinate representation of color #F8C31E: hue angle of 45.41º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8C31E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 30 -
CMYK 0 0.21 0.88 0.03
HSL 45.41º 0.94% 0.55% -
HSV(B) 45.41º 0.88% 0.97% -
XYZ 58.46 59.08 9.55 -
YUV 192.04 36.56 167.92 -
System Red Green Blue C M Y K H S L
Decimal 248 195 30 0 0.21 0.88 0.03 45.41 0.94 0.55
Hex F8 C3 1E 0 15 58 3 2D 5E 37
Octal 370 303 36 0 25 130 3 55 136 67
Binary 11111000 11000011 11110 0 10101 1011000 11 101101 1011110 110111

Color Harmonies of #F8C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C31E

Black with #F8C31E

Text Example


Text Example

White with #F8C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C31E; }

 p { color: rgb(248,195,30); }

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

background-color css

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

 a { background-color: rgb(248,195,30); }

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

border-color css

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

 span { border-color: rgb(248,195,30); }

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