Html Css Color HEX #FECA0D Tangerine Yellow

📋 copy color: '#FECA0D'

red 254 ◦ green 202 ◦ blue 13

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

Shades of Tangerine Yellow #FECA0D

Tints of Tangerine Yellow #FECA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 54.16%
G = 43.07%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FECA0D (or 0xFECA0D) is known color: Tangerine Yellow. HEX triplet: FE, CA and 0D. RGB value is (254,202,13). Sum of RGB (Red+Green+Blue) = 254+202+13=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA0D is #0135F2. Grayscale: #C4C4C4. Windows color (decimal): -79347 or 903934. OLE color: 903934.

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

Color convert

RGB 254 202 13 -
CMYK 0 0.20 0.95 0.00
HSL 47.05º 0.99% 0.52% -
HSV(B) 47.05º 0.95% 1% -
XYZ 62.07 63.34 9.34 -
YUV 196 24.73 169.37 -
System Red Green Blue C M Y K H S L
Decimal 254 202 13 0 0.20 0.95 0.00 47.05 0.99 0.52
Hex FE CA D 0 14 5F 0 2F 63 34
Octal 376 312 15 0 24 137 0 57 143 64
Binary 11111110 11001010 1101 0 10100 1011111 0 101111 1100011 110100

Color Harmonies of #FECA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA0D

Black with #FECA0D

Text Example


Text Example

White with #FECA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA0D; }

 p { color: rgb(254,202,13); }

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

background-color css

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

 a { background-color: rgb(254,202,13); }

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

border-color css

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

 span { border-color: rgb(254,202,13); }

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