Html Css Color HEX #FE965A Atomic Tangerine

📋 copy color: '#FE965A'

red 254 ◦ green 150 ◦ blue 90

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

Shades of Atomic Tangerine #FE965A

Tints of Atomic Tangerine #FE965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.36%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 51.42%
G = 30.36%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE965A (or 0xFE965A) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 5A. RGB value is (254,150,90). Sum of RGB (Red+Green+Blue) = 254+150+90=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE965A is #0169A5. Grayscale: #AEAEAE. Windows color (decimal): -92582 or 5936894. OLE color: 5936894.

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

Color convert

RGB 254 150 90 -
CMYK 0 0.41 0.65 0.00
HSL 21.95º 0.99% 0.67% -
HSV(B) 21.95º 0.65% 1% -
XYZ 53.62 43.62 15.27 -
YUV 174.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 254 150 90 0 0.41 0.65 0.00 21.95 0.99 0.67
Hex FE 96 5A 0 29 41 0 16 63 43
Octal 376 226 132 0 51 101 0 26 143 103
Binary 11111110 10010110 1011010 0 101001 1000001 0 10110 1100011 1000011

Color Harmonies of #FE965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE965A

Black with #FE965A

Text Example


Text Example

White with #FE965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE965A; }

 p { color: rgb(254,150,90); }

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

background-color css

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

 a { background-color: rgb(254,150,90); }

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

border-color css

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

 span { border-color: rgb(254,150,90); }

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