Html Css Color HEX #FFC901 Tangerine Yellow

📋 copy color: '#FFC901'

red 255 ◦ green 201 ◦ blue 1

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

Shades of Tangerine Yellow #FFC901

Tints of Tangerine Yellow #FFC901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.8%
G = 43.98%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFC901 (or 0xFFC901) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 01. RGB value is (255,201,1). Sum of RGB (Red+Green+Blue) = 255+201+1=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC901 is #0036FE. Grayscale: #C3C3C3. Windows color (decimal): -14079 or 117247. OLE color: 117247.

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

Color convert

RGB 255 201 1 -
CMYK 0 0.21 1.00 0
HSL 47.24º 1% 0.5% -
HSV(B) 47.24º 1% 1% -
XYZ 62.13 63.04 8.92 -
YUV 194.35 18.89 171.26 -
System Red Green Blue C M Y K H S L
Decimal 255 201 1 0 0.21 1.00 0 47.24 1 0.5
Hex FF C9 1 0 15 64 0 2F 64 32
Octal 377 311 1 0 25 144 0 57 144 62
Binary 11111111 11001001 1 0 10101 1100100 0 101111 1100100 110010

Color Harmonies of #FFC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC901

Black with #FFC901

Text Example


Text Example

White with #FFC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC901; }

 p { color: rgb(255,201,1); }

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

background-color css

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

 a { background-color: rgb(255,201,1); }

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

border-color css

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

 span { border-color: rgb(255,201,1); }

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