Html Css Color HEX #FFC31B Moon Yellow

📋 copy color: '#FFC31B'

red 255 ◦ green 195 ◦ blue 27

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

Shades of Moon Yellow #FFC31B

Tints of Moon Yellow #FFC31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 53.46%
G = 40.88%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFC31B (or 0xFFC31B) is known color: Moon Yellow. HEX triplet: FF, C3 and 1B. RGB value is (255,195,27). Sum of RGB (Red+Green+Blue) = 255+195+27=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC31B is #003CE4. Grayscale: #C2C2C2. Windows color (decimal): -15589 or 1819647. OLE color: 1819647.

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

Color convert

RGB 255 195 27 -
CMYK 0 0.24 0.89 0
HSL 44.21º 1% 0.55% -
HSV(B) 44.21º 0.89% 1% -
XYZ 60.95 60.37 9.48 -
YUV 193.79 33.88 171.66 -
System Red Green Blue C M Y K H S L
Decimal 255 195 27 0 0.24 0.89 0 44.21 1 0.55
Hex FF C3 1B 0 18 59 0 2C 64 37
Octal 377 303 33 0 30 131 0 54 144 67
Binary 11111111 11000011 11011 0 11000 1011001 0 101100 1100100 110111

Color Harmonies of #FFC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC31B

Black with #FFC31B

Text Example


Text Example

White with #FFC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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