Html Css Color HEX #FFC31A Moon Yellow

📋 copy color: '#FFC31A'

red 255 ◦ green 195 ◦ blue 26

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

Shades of Moon Yellow #FFC31A

Tints of Moon Yellow #FFC31A

RGB

 RED value IS 255 (100% from 255) = 53.57%

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

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

R = 53.57%
G = 40.97%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFC31A (or 0xFFC31A) is known color: Moon Yellow. HEX triplet: FF, C3 and 1A. RGB value is (255,195,26). Sum of RGB (Red+Green+Blue) = 255+195+26=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC31A is #003CE5. Grayscale: #C2C2C2. Windows color (decimal): -15590 or 1754111. OLE color: 1754111.

HSL color Cylindrical-coordinate representation of color #FFC31A: hue angle of 44.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC31A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 26 -
CMYK 0 0.24 0.90 0
HSL 44.28º 1% 0.55% -
HSV(B) 44.28º 0.9% 1% -
XYZ 60.94 60.36 9.42 -
YUV 193.67 33.38 171.74 -
System Red Green Blue C M Y K H S L
Decimal 255 195 26 0 0.24 0.90 0 44.28 1 0.55
Hex FF C3 1A 0 18 5A 0 2C 64 37
Octal 377 303 32 0 30 132 0 54 144 67
Binary 11111111 11000011 11010 0 11000 1011010 0 101100 1100100 110111

Color Harmonies of #FFC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC31A

Black with #FFC31A

Text Example


Text Example

White with #FFC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC31A; }

 p { color: rgb(255,195,26); }

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

background-color css

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

 a { background-color: rgb(255,195,26); }

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

border-color css

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

 span { border-color: rgb(255,195,26); }

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