Html Css Color HEX #FF970C Orange Peel

📋 copy color: '#FF970C'

red 255 ◦ green 151 ◦ blue 12

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

Shades of Orange Peel #FF970C

Tints of Orange Peel #FF970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 61%
G = 36.12%
B = 2.87%

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

#FF970C (or 0xFF970C) is known color: Orange Peel. HEX triplet: FF, 97 and 0C. RGB value is (255,151,12). Sum of RGB (Red+Green+Blue) = 255+151+12=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF970C is #0068F3. Grayscale: #A6A6A6. Windows color (decimal): -26868 or 825343. OLE color: 825343.

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

Color convert

RGB 255 151 12 -
CMYK 0 0.41 0.95 0
HSL 34.32º 1% 0.52% -
HSV(B) 34.32º 0.95% 1% -
XYZ 52.37 43.42 5.97 -
YUV 166.25 40.96 191.3 -
System Red Green Blue C M Y K H S L
Decimal 255 151 12 0 0.41 0.95 0 34.32 1 0.52
Hex FF 97 C 0 29 5F 0 22 64 34
Octal 377 227 14 0 51 137 0 42 144 64
Binary 11111111 10010111 1100 0 101001 1011111 0 100010 1100100 110100

Color Harmonies of #FF970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF970C

Black with #FF970C

Text Example


Text Example

White with #FF970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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