Html Css Color HEX #FE965B Atomic Tangerine

📋 copy color: '#FE965B'

red 254 ◦ green 150 ◦ blue 91

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

Shades of Atomic Tangerine #FE965B

Tints of Atomic Tangerine #FE965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.38%

R = 51.31%
G = 30.3%
B = 18.38%

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

#FE965B (or 0xFE965B) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 5B. RGB value is (254,150,91). Sum of RGB (Red+Green+Blue) = 254+150+91=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE965B is #0169A4. Grayscale: #AEAEAE. Windows color (decimal): -92581 or 6002430. OLE color: 6002430.

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

Color convert

RGB 254 150 91 -
CMYK 0 0.41 0.64 0.00
HSL 21.72º 0.99% 0.68% -
HSV(B) 21.72º 0.64% 1% -
XYZ 53.67 43.64 15.49 -
YUV 174.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 254 150 91 0 0.41 0.64 0.00 21.72 0.99 0.68
Hex FE 96 5B 0 29 40 0 16 63 44
Octal 376 226 133 0 51 100 0 26 143 104
Binary 11111110 10010110 1011011 0 101001 1000000 0 10110 1100011 1000100

Color Harmonies of #FE965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE965B

Black with #FE965B

Text Example


Text Example

White with #FE965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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