Html Css Color HEX #FA9902 Orange Peel

📋 copy color: '#FA9902'

red 250 ◦ green 153 ◦ blue 2

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

Shades of Orange Peel #FA9902

Tints of Orange Peel #FA9902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 61.73%
G = 37.78%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9902 (or 0xFA9902) is known color: Orange Peel. HEX triplet: FA, 99 and 02. RGB value is (250,153,2). Sum of RGB (Red+Green+Blue) = 250+153+2=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9902 is #0566FD. Grayscale: #A5A5A5. Windows color (decimal): -354046 or 170490. OLE color: 170490.

HSL color Cylindrical-coordinate representation of color #FA9902: hue angle of 36.53º 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 #FA9902 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 2 -
CMYK 0 0.39 0.99 0.02
HSL 36.53º 0.98% 0.49% -
HSV(B) 36.53º 0.99% 0.98% -
XYZ 50.83 43.11 5.7 -
YUV 164.79 36.14 188.78 -
System Red Green Blue C M Y K H S L
Decimal 250 153 2 0 0.39 0.99 0.02 36.53 0.98 0.49
Hex FA 99 2 0 27 63 2 25 62 31
Octal 372 231 2 0 47 143 2 45 142 61
Binary 11111010 10011001 10 0 100111 1100011 10 100101 1100010 110001

Color Harmonies of #FA9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9902

Black with #FA9902

Text Example


Text Example

White with #FA9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9902; }

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

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

background-color css

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

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

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

border-color css

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

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

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