Html Css Color HEX #FF930A Dark Orange

📋 copy color: '#FF930A'

red 255 ◦ green 147 ◦ blue 10

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

Shades of Dark Orange #FF930A

Tints of Dark Orange #FF930A

RGB

 RED value IS 255 (100% from 255) = 61.89%

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 61.89%
G = 35.68%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF930A (or 0xFF930A) is known color: Dark Orange. HEX triplet: FF, 93 and 0A. RGB value is (255,147,10). Sum of RGB (Red+Green+Blue) = 255+147+10=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF930A is #006CF5. Grayscale: #A4A4A4. Windows color (decimal): -27894 or 693247. OLE color: 693247.

HSL color Cylindrical-coordinate representation of color #FF930A: hue angle of 33.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF930A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 147 10 -
CMYK 0 0.42 0.96 0
HSL 33.55º 1% 0.52% -
HSV(B) 33.55º 0.96% 1% -
XYZ 51.73 42.15 5.7 -
YUV 163.67 41.28 193.14 -
System Red Green Blue C M Y K H S L
Decimal 255 147 10 0 0.42 0.96 0 33.55 1 0.52
Hex FF 93 A 0 2A 60 0 22 64 34
Octal 377 223 12 0 52 140 0 42 144 64
Binary 11111111 10010011 1010 0 101010 1100000 0 100010 1100100 110100

Color Harmonies of #FF930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF930A

Black with #FF930A

Text Example


Text Example

White with #FF930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF930A; }

 p { color: rgb(255,147,10); }

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

background-color css

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

 a { background-color: rgb(255,147,10); }

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

border-color css

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

 span { border-color: rgb(255,147,10); }

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