Html Css Color HEX #FA9B07 Orange Peel

📋 copy color: '#FA9B07'

red 250 ◦ green 155 ◦ blue 7

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

Shades of Orange Peel #FA9B07

Tints of Orange Peel #FA9B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 60.68%
G = 37.62%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA9B07 (or 0xFA9B07) is known color: Orange Peel. HEX triplet: FA, 9B and 07. RGB value is (250,155,7). Sum of RGB (Red+Green+Blue) = 250+155+7=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9B07 is #0564F8. Grayscale: #A7A7A7. Windows color (decimal): -353529 or 498682. OLE color: 498682.

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

Color convert

RGB 250 155 7 -
CMYK 0 0.38 0.97 0.02
HSL 36.54º 0.96% 0.5% -
HSV(B) 36.54º 0.97% 0.98% -
XYZ 51.18 43.78 5.95 -
YUV 166.53 37.97 187.53 -
System Red Green Blue C M Y K H S L
Decimal 250 155 7 0 0.38 0.97 0.02 36.54 0.96 0.5
Hex FA 9B 7 0 26 61 2 25 60 32
Octal 372 233 7 0 46 141 2 45 140 62
Binary 11111010 10011011 111 0 100110 1100001 10 100101 1100000 110010

Color Harmonies of #FA9B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B07

Black with #FA9B07

Text Example


Text Example

White with #FA9B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B07; }

 p { color: rgb(250,155,7); }

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

background-color css

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

 a { background-color: rgb(250,155,7); }

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

border-color css

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

 span { border-color: rgb(250,155,7); }

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