Html Css Color HEX #FA9B05 Orange Peel

📋 copy color: '#FA9B05'

red 250 ◦ green 155 ◦ blue 5

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

Shades of Orange Peel #FA9B05

Tints of Orange Peel #FA9B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 60.98%
G = 37.8%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9B05 (or 0xFA9B05) is known color: Orange Peel. HEX triplet: FA, 9B and 05. RGB value is (250,155,5). Sum of RGB (Red+Green+Blue) = 250+155+5=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9B05 is #0564FA. Grayscale: #A7A7A7. Windows color (decimal): -353531 or 367610. OLE color: 367610.

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

Color convert

RGB 250 155 5 -
CMYK 0 0.38 0.98 0.02
HSL 36.73º 0.96% 0.5% -
HSV(B) 36.73º 0.98% 0.98% -
XYZ 51.17 43.78 5.9 -
YUV 166.31 36.97 187.7 -
System Red Green Blue C M Y K H S L
Decimal 250 155 5 0 0.38 0.98 0.02 36.73 0.96 0.5
Hex FA 9B 5 0 26 62 2 25 60 32
Octal 372 233 5 0 46 142 2 45 140 62
Binary 11111010 10011011 101 0 100110 1100010 10 100101 1100000 110010

Color Harmonies of #FA9B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B05

Black with #FA9B05

Text Example


Text Example

White with #FA9B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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