Html Css Color HEX #FAAF03 Orange

📋 copy color: '#FAAF03'

red 250 ◦ green 175 ◦ blue 3

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

Shades of Orange #FAAF03

Tints of Orange #FAAF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 58.41%
G = 40.89%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAAF03 (or 0xFAAF03) is known color: Orange. HEX triplet: FA, AF and 03. RGB value is (250,175,3). Sum of RGB (Red+Green+Blue) = 250+175+3=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF03 is #0550FC. Grayscale: #B2B2B2. Windows color (decimal): -348413 or 241658. OLE color: 241658.

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

Color convert

RGB 250 175 3 -
CMYK 0 0.3 0.99 0.02
HSL 41.78º 0.98% 0.5% -
HSV(B) 41.78º 0.99% 0.98% -
XYZ 54.77 50.99 7.04 -
YUV 177.82 29.35 179.49 -
System Red Green Blue C M Y K H S L
Decimal 250 175 3 0 0.3 0.99 0.02 41.78 0.98 0.5
Hex FA AF 3 0 1E 63 2 2A 62 32
Octal 372 257 3 0 36 143 2 52 142 62
Binary 11111010 10101111 11 0 11110 1100011 10 101010 1100010 110010

Color Harmonies of #FAAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF03

Black with #FAAF03

Text Example


Text Example

White with #FAAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF03; }

 p { color: rgb(250,175,3); }

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

background-color css

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

 a { background-color: rgb(250,175,3); }

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

border-color css

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

 span { border-color: rgb(250,175,3); }

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