Html Css Color HEX #F9970D Orange Peel

📋 copy color: '#F9970D'

red 249 ◦ green 151 ◦ blue 13

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

Shades of Orange Peel #F9970D

Tints of Orange Peel #F9970D

RGB

 RED value IS 249 (97.66% from 255) = 60.29%

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

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

R = 60.29%
G = 36.56%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9970D (or 0xF9970D) is known color: Orange Peel. HEX triplet: F9, 97 and 0D. RGB value is (249,151,13). Sum of RGB (Red+Green+Blue) = 249+151+13=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9970D is #0668F2. Grayscale: #A5A5A5. Windows color (decimal): -420083 or 890873. OLE color: 890873.

HSL color Cylindrical-coordinate representation of color #F9970D: hue angle of 35.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9970D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 151 13 -
CMYK 0 0.39 0.95 0.02
HSL 35.08º 0.95% 0.51% -
HSV(B) 35.08º 0.95% 0.98% -
XYZ 50.21 42.3 5.9 -
YUV 164.57 42.47 188.22 -
System Red Green Blue C M Y K H S L
Decimal 249 151 13 0 0.39 0.95 0.02 35.08 0.95 0.51
Hex F9 97 D 0 27 5F 2 23 5F 33
Octal 371 227 15 0 47 137 2 43 137 63
Binary 11111001 10010111 1101 0 100111 1011111 10 100011 1011111 110011

Color Harmonies of #F9970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9970D

Black with #F9970D

Text Example


Text Example

White with #F9970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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