Html Css Color HEX #FE970D Orange Peel

📋 copy color: '#FE970D'

red 254 ◦ green 151 ◦ blue 13

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

Shades of Orange Peel #FE970D

Tints of Orange Peel #FE970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 60.77%
G = 36.12%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE970D (or 0xFE970D) is known color: Orange Peel. HEX triplet: FE, 97 and 0D. RGB value is (254,151,13). Sum of RGB (Red+Green+Blue) = 254+151+13=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE970D is #0168F2. Grayscale: #A6A6A6. Windows color (decimal): -92403 or 890878. OLE color: 890878.

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

Color convert

RGB 254 151 13 -
CMYK 0 0.41 0.95 0.00
HSL 34.36º 0.99% 0.52% -
HSV(B) 34.36º 0.95% 1% -
XYZ 52.01 43.23 5.98 -
YUV 166.07 41.62 190.72 -
System Red Green Blue C M Y K H S L
Decimal 254 151 13 0 0.41 0.95 0.00 34.36 0.99 0.52
Hex FE 97 D 0 29 5F 0 22 63 34
Octal 376 227 15 0 51 137 0 42 143 64
Binary 11111110 10010111 1101 0 101001 1011111 0 100010 1100011 110100

Color Harmonies of #FE970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE970D

Black with #FE970D

Text Example


Text Example

White with #FE970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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