Html Css Color HEX #FE965C Atomic Tangerine

📋 copy color: '#FE965C'

red 254 ◦ green 150 ◦ blue 92

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

Shades of Atomic Tangerine #FE965C

Tints of Atomic Tangerine #FE965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.55%

R = 51.21%
G = 30.24%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE965C (or 0xFE965C) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 5C. RGB value is (254,150,92). Sum of RGB (Red+Green+Blue) = 254+150+92=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE965C is #0169A3. Grayscale: #AEAEAE. Windows color (decimal): -92580 or 6067966. OLE color: 6067966.

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

Color convert

RGB 254 150 92 -
CMYK 0 0.41 0.64 0.00
HSL 21.48º 0.99% 0.68% -
HSV(B) 21.48º 0.64% 1% -
XYZ 53.71 43.66 15.72 -
YUV 174.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 254 150 92 0 0.41 0.64 0.00 21.48 0.99 0.68
Hex FE 96 5C 0 29 40 0 15 63 44
Octal 376 226 134 0 51 100 0 25 143 104
Binary 11111110 10010110 1011100 0 101001 1000000 0 10101 1100011 1000100

Color Harmonies of #FE965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE965C

Black with #FE965C

Text Example


Text Example

White with #FE965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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