Html Css Color HEX #FA9B00 Orange Peel

📋 copy color: '#FA9B00'

red 250 ◦ green 155 ◦ blue 0

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

Shades of Orange Peel #FA9B00

Tints of Orange Peel #FA9B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.73%
G = 38.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA9B00 (or 0xFA9B00) is known color: Orange Peel. HEX triplet: FA, 9B and 00. RGB value is (250,155,0). Sum of RGB (Red+Green+Blue) = 250+155+0=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9B00 is #0564FF. Grayscale: #A6A6A6. Windows color (decimal): -353536 or 39930. OLE color: 39930.

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

Color convert

RGB 250 155 0 -
CMYK 0 0.38 1 0.02
HSL 37.2º 1% 0.49% -
HSV(B) 37.2º 1% 0.98% -
XYZ 51.15 43.77 5.75 -
YUV 165.74 34.47 188.1 -
System Red Green Blue C M Y K H S L
Decimal 250 155 0 0 0.38 1 0.02 37.2 1 0.49
Hex FA 9B 0 0 26 64 2 25 64 31
Octal 372 233 0 0 46 144 2 45 144 61
Binary 11111010 10011011 0 0 100110 1100100 10 100101 1100100 110001

Color Harmonies of #FA9B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B00

Black with #FA9B00

Text Example


Text Example

White with #FA9B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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