Html Css Color HEX #FFC01B Moon Yellow

📋 copy color: '#FFC01B'

red 255 ◦ green 192 ◦ blue 27

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

Shades of Moon Yellow #FFC01B

Tints of Moon Yellow #FFC01B

RGB

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

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

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

R = 53.8%
G = 40.51%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFC01B (or 0xFFC01B) is known color: Moon Yellow. HEX triplet: FF, C0 and 1B. RGB value is (255,192,27). Sum of RGB (Red+Green+Blue) = 255+192+27=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC01B is #003FE4. Grayscale: #C0C0C0. Windows color (decimal): -16357 or 1818879. OLE color: 1818879.

HSL color Cylindrical-coordinate representation of color #FFC01B: hue angle of 43.42º 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 #FFC01B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 27 -
CMYK 0 0.25 0.89 0
HSL 43.42º 1% 0.55% -
HSV(B) 43.42º 0.89% 1% -
XYZ 60.29 59.04 9.25 -
YUV 192.03 34.87 172.92 -
System Red Green Blue C M Y K H S L
Decimal 255 192 27 0 0.25 0.89 0 43.42 1 0.55
Hex FF C0 1B 0 19 59 0 2B 64 37
Octal 377 300 33 0 31 131 0 53 144 67
Binary 11111111 11000000 11011 0 11001 1011001 0 101011 1100100 110111

Color Harmonies of #FFC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC01B

Black with #FFC01B

Text Example


Text Example

White with #FFC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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