Html Css Color HEX #FF9200 Dark Orange

📋 copy color: '#FF9200'

red 255 ◦ green 146 ◦ blue 0

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

Shades of Dark Orange #FF9200

Tints of Dark Orange #FF9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.59%
G = 36.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF9200 (or 0xFF9200) is known color: Dark Orange. HEX triplet: FF, 92 and 00. RGB value is (255,146,0). Sum of RGB (Red+Green+Blue) = 255+146+0=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9200 is #006DFF. Grayscale: #A2A2A2. Windows color (decimal): -28160 or 37631. OLE color: 37631.

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

Color convert

RGB 255 146 0 -
CMYK 0 0.43 1 0
HSL 34.35º 1% 0.5% -
HSV(B) 34.35º 1% 1% -
XYZ 51.52 41.82 5.36 -
YUV 161.95 36.61 194.37 -
System Red Green Blue C M Y K H S L
Decimal 255 146 0 0 0.43 1 0 34.35 1 0.5
Hex FF 92 0 0 2B 64 0 22 64 32
Octal 377 222 0 0 53 144 0 42 144 62
Binary 11111111 10010010 0 0 101011 1100100 0 100010 1100100 110010

Color Harmonies of #FF9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9200

Black with #FF9200

Text Example


Text Example

White with #FF9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9200; }

 p { color: rgb(255,146,0); }

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

background-color css

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

 a { background-color: rgb(255,146,0); }

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

border-color css

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

 span { border-color: rgb(255,146,0); }

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