Html Css Color HEX #FECF0A Tangerine Yellow

📋 copy color: '#FECF0A'

red 254 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #FECF0A

Tints of Tangerine Yellow #FECF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 53.93%
G = 43.95%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FECF0A (or 0xFECF0A) is known color: Tangerine Yellow. HEX triplet: FE, CF and 0A. RGB value is (254,207,10). Sum of RGB (Red+Green+Blue) = 254+207+10=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF0A is #0130F5. Grayscale: #C7C7C7. Windows color (decimal): -78070 or 708606. OLE color: 708606.

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

Color convert

RGB 254 207 10 -
CMYK 0 0.19 0.96 0.00
HSL 48.44º 0.99% 0.52% -
HSV(B) 48.44º 0.96% 1% -
XYZ 63.24 65.72 9.64 -
YUV 198.6 21.57 167.52 -
System Red Green Blue C M Y K H S L
Decimal 254 207 10 0 0.19 0.96 0.00 48.44 0.99 0.52
Hex FE CF A 0 13 60 0 30 63 34
Octal 376 317 12 0 23 140 0 60 143 64
Binary 11111110 11001111 1010 0 10011 1100000 0 110000 1100011 110100

Color Harmonies of #FECF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF0A

Black with #FECF0A

Text Example


Text Example

White with #FECF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF0A; }

 p { color: rgb(254,207,10); }

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

background-color css

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

 a { background-color: rgb(254,207,10); }

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

border-color css

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

 span { border-color: rgb(254,207,10); }

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