Html Css Color HEX #FA970A Orange Peel

📋 copy color: '#FA970A'

red 250 ◦ green 151 ◦ blue 10

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

Shades of Orange Peel #FA970A

Tints of Orange Peel #FA970A

RGB

 RED value IS 250 (98.05% from 255) = 60.83%

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

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 60.83%
G = 36.74%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA970A (or 0xFA970A) is known color: Orange Peel. HEX triplet: FA, 97 and 0A. RGB value is (250,151,10). Sum of RGB (Red+Green+Blue) = 250+151+10=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA970A is #0568F5. Grayscale: #A5A5A5. Windows color (decimal): -354550 or 694266. OLE color: 694266.

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

Color convert

RGB 250 151 10 -
CMYK 0 0.40 0.96 0.02
HSL 35.25º 0.96% 0.51% -
HSV(B) 35.25º 0.96% 0.98% -
XYZ 50.55 42.48 5.82 -
YUV 164.53 40.8 188.96 -
System Red Green Blue C M Y K H S L
Decimal 250 151 10 0 0.40 0.96 0.02 35.25 0.96 0.51
Hex FA 97 A 0 28 60 2 23 60 33
Octal 372 227 12 0 50 140 2 43 140 63
Binary 11111010 10010111 1010 0 101000 1100000 10 100011 1100000 110011

Color Harmonies of #FA970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA970A

Black with #FA970A

Text Example


Text Example

White with #FA970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA970A; }

 p { color: rgb(250,151,10); }

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

background-color css

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

 a { background-color: rgb(250,151,10); }

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

border-color css

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

 span { border-color: rgb(250,151,10); }

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