Html Css Color HEX #FA602F Outrageous Orange

📋 copy color: '#FA602F'

red 250 ◦ green 96 ◦ blue 47

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

Shades of Outrageous Orange #FA602F

Tints of Outrageous Orange #FA602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 63.61%
G = 24.43%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA602F (or 0xFA602F) is known color: Outrageous Orange. HEX triplet: FA, 60 and 2F. RGB value is (250,96,47). Sum of RGB (Red+Green+Blue) = 250+96+47=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA602F is #059FD0. Grayscale: #888888. Windows color (decimal): -368593 or 3105018. OLE color: 3105018.

HSL color Cylindrical-coordinate representation of color #FA602F: hue angle of 14.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA602F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 47 -
CMYK 0 0.62 0.81 0.02
HSL 14.48º 0.95% 0.58% -
HSV(B) 14.48º 0.81% 0.98% -
XYZ 44.12 28.89 5.94 -
YUV 136.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 250 96 47 0 0.62 0.81 0.02 14.48 0.95 0.58
Hex FA 60 2F 0 3E 51 2 E 5F 3A
Octal 372 140 57 0 76 121 2 16 137 72
Binary 11111010 1100000 101111 0 111110 1010001 10 1110 1011111 111010

Color Harmonies of #FA602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA602F

Black with #FA602F

Text Example


Text Example

White with #FA602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA602F; }

 p { color: rgb(250,96,47); }

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

background-color css

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

 a { background-color: rgb(250,96,47); }

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

border-color css

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

 span { border-color: rgb(250,96,47); }

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