Html Css Color HEX #FA9F02 Orange Peel

📋 copy color: '#FA9F02'

red 250 ◦ green 159 ◦ blue 2

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

Shades of Orange Peel #FA9F02

Tints of Orange Peel #FA9F02

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

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

R = 60.83%
G = 38.69%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9F02 (or 0xFA9F02) is known color: Orange Peel. HEX triplet: FA, 9F and 02. RGB value is (250,159,2). Sum of RGB (Red+Green+Blue) = 250+159+2=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F02 is #0560FD. Grayscale: #A9A9A9. Windows color (decimal): -352510 or 172026. OLE color: 172026.

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

Color convert

RGB 250 159 2 -
CMYK 0 0.36 0.99 0.02
HSL 37.98º 0.98% 0.49% -
HSV(B) 37.98º 0.99% 0.98% -
XYZ 51.83 45.12 6.04 -
YUV 168.31 34.15 186.27 -
System Red Green Blue C M Y K H S L
Decimal 250 159 2 0 0.36 0.99 0.02 37.98 0.98 0.49
Hex FA 9F 2 0 24 63 2 26 62 31
Octal 372 237 2 0 44 143 2 46 142 61
Binary 11111010 10011111 10 0 100100 1100011 10 100110 1100010 110001

Color Harmonies of #FA9F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F02

Black with #FA9F02

Text Example


Text Example

White with #FA9F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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