Html Css Color HEX #FFC01E Moon Yellow

📋 copy color: '#FFC01E'

red 255 ◦ green 192 ◦ blue 30

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

Shades of Moon Yellow #FFC01E

Tints of Moon Yellow #FFC01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

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

R = 53.46%
G = 40.25%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFC01E (or 0xFFC01E) is known color: Moon Yellow. HEX triplet: FF, C0 and 1E. RGB value is (255,192,30). Sum of RGB (Red+Green+Blue) = 255+192+30=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC01E is #003FE1. Grayscale: #C1C1C1. Windows color (decimal): -16354 or 2015487. OLE color: 2015487.

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

Color convert

RGB 255 192 30 -
CMYK 0 0.25 0.88 0
HSL 43.2º 1% 0.56% -
HSV(B) 43.2º 0.88% 1% -
XYZ 60.32 59.05 9.45 -
YUV 192.37 36.37 172.67 -
System Red Green Blue C M Y K H S L
Decimal 255 192 30 0 0.25 0.88 0 43.2 1 0.56
Hex FF C0 1E 0 19 58 0 2B 64 38
Octal 377 300 36 0 31 130 0 53 144 70
Binary 11111111 11000000 11110 0 11001 1011000 0 101011 1100100 111000

Color Harmonies of #FFC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC01E

Black with #FFC01E

Text Example


Text Example

White with #FFC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC01E; }

 p { color: rgb(255,192,30); }

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

background-color css

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

 a { background-color: rgb(255,192,30); }

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

border-color css

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

 span { border-color: rgb(255,192,30); }

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