Html Css Color HEX #FECB00 Tangerine Yellow

📋 copy color: '#FECB00'

red 254 ◦ green 203 ◦ blue 0

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

Shades of Tangerine Yellow #FECB00

Tints of Tangerine Yellow #FECB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.58%
G = 44.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FECB00 (or 0xFECB00) is known color: Tangerine Yellow. HEX triplet: FE, CB and 00. RGB value is (254,203,0). Sum of RGB (Red+Green+Blue) = 254+203+0=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB00 is #0134FF. Grayscale: #C3C3C3. Windows color (decimal): -79104 or 52222. OLE color: 52222.

HSL color Cylindrical-coordinate representation of color #FECB00: hue angle of 47.95º 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 #FECB00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 0 -
CMYK 0 0.20 1 0.00
HSL 47.95º 1% 0.5% -
HSV(B) 47.95º 1% 1% -
XYZ 62.23 63.78 9.03 -
YUV 195.11 17.9 170.01 -
System Red Green Blue C M Y K H S L
Decimal 254 203 0 0 0.20 1 0.00 47.95 1 0.5
Hex FE CB 0 0 14 64 0 30 64 32
Octal 376 313 0 0 24 144 0 60 144 62
Binary 11111110 11001011 0 0 10100 1100100 0 110000 1100100 110010

Color Harmonies of #FECB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB00

Black with #FECB00

Text Example


Text Example

White with #FECB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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