Html Css Color HEX #FECB01 Tangerine Yellow

📋 copy color: '#FECB01'

red 254 ◦ green 203 ◦ blue 1

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

Shades of Tangerine Yellow #FECB01

Tints of Tangerine Yellow #FECB01

RGB

 RED value IS 254 (99.61% from 255) = 55.46%

 GREEN value IS 203 (79.69% from 255) = 44.32%

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

R = 55.46%
G = 44.32%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FECB01 (or 0xFECB01) is known color: Tangerine Yellow. HEX triplet: FE, CB and 01. RGB value is (254,203,1). Sum of RGB (Red+Green+Blue) = 254+203+1=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB01 is #0134FE. Grayscale: #C4C4C4. Windows color (decimal): -79103 or 117758. OLE color: 117758.

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

Color convert

RGB 254 203 1 -
CMYK 0 0.20 1.00 0.00
HSL 47.91º 0.99% 0.5% -
HSV(B) 47.91º 1% 1% -
XYZ 62.23 63.78 9.06 -
YUV 195.22 18.4 169.93 -
System Red Green Blue C M Y K H S L
Decimal 254 203 1 0 0.20 1.00 0.00 47.91 0.99 0.5
Hex FE CB 1 0 14 64 0 30 63 32
Octal 376 313 1 0 24 144 0 60 143 62
Binary 11111110 11001011 1 0 10100 1100100 0 110000 1100011 110010

Color Harmonies of #FECB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB01

Black with #FECB01

Text Example


Text Example

White with #FECB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB01; }

 p { color: rgb(254,203,1); }

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

background-color css

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

 a { background-color: rgb(254,203,1); }

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

border-color css

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

 span { border-color: rgb(254,203,1); }

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