Html Css Color HEX #FA9E02 Orange Peel

📋 copy color: '#FA9E02'

red 250 ◦ green 158 ◦ blue 2

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

Shades of Orange Peel #FA9E02

Tints of Orange Peel #FA9E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 60.98%
G = 38.54%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9E02 (or 0xFA9E02) is known color: Orange Peel. HEX triplet: FA, 9E and 02. RGB value is (250,158,2). Sum of RGB (Red+Green+Blue) = 250+158+2=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9E02 is #0561FD. Grayscale: #A8A8A8. Windows color (decimal): -352766 or 171770. OLE color: 171770.

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

Color convert

RGB 250 158 2 -
CMYK 0 0.37 0.99 0.02
HSL 37.74º 0.98% 0.49% -
HSV(B) 37.74º 0.99% 0.98% -
XYZ 51.66 44.78 5.98 -
YUV 167.72 34.48 186.68 -
System Red Green Blue C M Y K H S L
Decimal 250 158 2 0 0.37 0.99 0.02 37.74 0.98 0.49
Hex FA 9E 2 0 25 63 2 26 62 31
Octal 372 236 2 0 45 143 2 46 142 61
Binary 11111010 10011110 10 0 100101 1100011 10 100110 1100010 110001

Color Harmonies of #FA9E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E02

Black with #FA9E02

Text Example


Text Example

White with #FA9E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E02; }

 p { color: rgb(250,158,2); }

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

background-color css

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

 a { background-color: rgb(250,158,2); }

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

border-color css

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

 span { border-color: rgb(250,158,2); }

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