Html Css Color HEX #FFC315 Moon Yellow

📋 copy color: '#FFC315'

red 255 ◦ green 195 ◦ blue 21

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

Shades of Moon Yellow #FFC315

Tints of Moon Yellow #FFC315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 54.14%
G = 41.4%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFC315 (or 0xFFC315) is known color: Moon Yellow. HEX triplet: FF, C3 and 15. RGB value is (255,195,21). Sum of RGB (Red+Green+Blue) = 255+195+21=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC315 is #003CEA. Grayscale: #C1C1C1. Windows color (decimal): -15595 or 1426431. OLE color: 1426431.

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

Color convert

RGB 255 195 21 -
CMYK 0 0.24 0.92 0
HSL 44.62º 1% 0.54% -
HSV(B) 44.62º 0.92% 1% -
XYZ 60.89 60.34 9.15 -
YUV 193.1 30.88 172.15 -
System Red Green Blue C M Y K H S L
Decimal 255 195 21 0 0.24 0.92 0 44.62 1 0.54
Hex FF C3 15 0 18 5C 0 2D 64 36
Octal 377 303 25 0 30 134 0 55 144 66
Binary 11111111 11000011 10101 0 11000 1011100 0 101101 1100100 110110

Color Harmonies of #FFC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC315

Black with #FFC315

Text Example


Text Example

White with #FFC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC315; }

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

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

background-color css

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

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

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

border-color css

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

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

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