Html Css Color HEX #FED10B Tangerine Yellow

📋 copy color: '#FED10B'

red 254 ◦ green 209 ◦ blue 11

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

Shades of Tangerine Yellow #FED10B

Tints of Tangerine Yellow #FED10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

 BLUE value IS 11 (4.69% from 255) = 2.32%

R = 53.59%
G = 44.09%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED10B (or 0xFED10B) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 0B. RGB value is (254,209,11). Sum of RGB (Red+Green+Blue) = 254+209+11=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FED10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED10B is #012EF4. Grayscale: #C8C8C8. Windows color (decimal): -77557 or 774654. OLE color: 774654.

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

Color convert

RGB 254 209 11 -
CMYK 0 0.18 0.96 0.00
HSL 48.89º 0.99% 0.52% -
HSV(B) 48.89º 0.96% 1% -
XYZ 63.73 66.7 9.83 -
YUV 199.88 21.41 166.6 -
System Red Green Blue C M Y K H S L
Decimal 254 209 11 0 0.18 0.96 0.00 48.89 0.99 0.52
Hex FE D1 B 0 12 60 0 31 63 34
Octal 376 321 13 0 22 140 0 61 143 64
Binary 11111110 11010001 1011 0 10010 1100000 0 110001 1100011 110100

Color Harmonies of #FED10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED10B

Black with #FED10B

Text Example


Text Example

White with #FED10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED10B; }

 p { color: rgb(254,209,11); }

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

background-color css

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

 a { background-color: rgb(254,209,11); }

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

border-color css

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

 span { border-color: rgb(254,209,11); }

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