Html Css Color HEX #FF970E Orange Peel

📋 copy color: '#FF970E'

red 255 ◦ green 151 ◦ blue 14

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

Shades of Orange Peel #FF970E

Tints of Orange Peel #FF970E

RGB

 RED value IS 255 (100% from 255) = 60.71%

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 60.71%
G = 35.95%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF970E (or 0xFF970E) is known color: Orange Peel. HEX triplet: FF, 97 and 0E. RGB value is (255,151,14). Sum of RGB (Red+Green+Blue) = 255+151+14=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF970E is #0068F1. Grayscale: #A7A7A7. Windows color (decimal): -26866 or 956415. OLE color: 956415.

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

Color convert

RGB 255 151 14 -
CMYK 0 0.41 0.95 0
HSL 34.11º 1% 0.53% -
HSV(B) 34.11º 0.95% 1% -
XYZ 52.39 43.42 6.04 -
YUV 166.48 41.96 191.14 -
System Red Green Blue C M Y K H S L
Decimal 255 151 14 0 0.41 0.95 0 34.11 1 0.53
Hex FF 97 E 0 29 5F 0 22 64 35
Octal 377 227 16 0 51 137 0 42 144 65
Binary 11111111 10010111 1110 0 101001 1011111 0 100010 1100100 110101

Color Harmonies of #FF970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF970E

Black with #FF970E

Text Example


Text Example

White with #FF970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF970E; }

 p { color: rgb(255,151,14); }

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

background-color css

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

 a { background-color: rgb(255,151,14); }

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

border-color css

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

 span { border-color: rgb(255,151,14); }

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