Html Css Color HEX #FAA302 Orange

📋 copy color: '#FAA302'

red 250 ◦ green 163 ◦ blue 2

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

Shades of Orange #FAA302

Tints of Orange #FAA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 60.24%
G = 39.28%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAA302 (or 0xFAA302) is known color: Orange. HEX triplet: FA, A3 and 02. RGB value is (250,163,2). Sum of RGB (Red+Green+Blue) = 250+163+2=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA302 is #055CFD. Grayscale: #ABABAB. Windows color (decimal): -351486 or 173050. OLE color: 173050.

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

Color convert

RGB 250 163 2 -
CMYK 0 0.35 0.99 0.02
HSL 38.95º 0.98% 0.49% -
HSV(B) 38.95º 0.99% 0.98% -
XYZ 52.53 46.52 6.27 -
YUV 170.66 32.82 184.59 -
System Red Green Blue C M Y K H S L
Decimal 250 163 2 0 0.35 0.99 0.02 38.95 0.98 0.49
Hex FA A3 2 0 23 63 2 27 62 31
Octal 372 243 2 0 43 143 2 47 142 61
Binary 11111010 10100011 10 0 100011 1100011 10 100111 1100010 110001

Color Harmonies of #FAA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA302

Black with #FAA302

Text Example


Text Example

White with #FAA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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