Html Css Color HEX #FED003 Tangerine Yellow

📋 copy color: '#FED003'

red 254 ◦ green 208 ◦ blue 3

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

Shades of Tangerine Yellow #FED003

Tints of Tangerine Yellow #FED003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 54.62%
G = 44.73%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FED003 (or 0xFED003) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 03. RGB value is (254,208,3). Sum of RGB (Red+Green+Blue) = 254+208+3=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FED003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED003 is #012FFC. Grayscale: #C7C7C7. Windows color (decimal): -77821 or 250110. OLE color: 250110.

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

Color convert

RGB 254 208 3 -
CMYK 0 0.18 0.99 0.00
HSL 49º 0.99% 0.5% -
HSV(B) 49º 0.99% 1% -
XYZ 63.45 66.19 9.52 -
YUV 198.38 17.74 167.67 -
System Red Green Blue C M Y K H S L
Decimal 254 208 3 0 0.18 0.99 0.00 49 0.99 0.5
Hex FE D0 3 0 12 63 0 31 63 32
Octal 376 320 3 0 22 143 0 61 143 62
Binary 11111110 11010000 11 0 10010 1100011 0 110001 1100011 110010

Color Harmonies of #FED003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED003

Black with #FED003

Text Example


Text Example

White with #FED003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED003; }

 p { color: rgb(254,208,3); }

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

background-color css

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

 a { background-color: rgb(254,208,3); }

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

border-color css

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

 span { border-color: rgb(254,208,3); }

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