Html Css Color HEX #F29500 Dark Orange

📋 copy color: '#F29500'

red 242 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #F29500

Tints of Dark Orange #F29500

RGB

 RED value IS 242 (94.92% from 255) = 61.89%

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 61.89%
G = 38.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F29500 (or 0xF29500) is known color: Dark Orange. HEX triplet: F2, 95 and 00. RGB value is (242,149,0). Sum of RGB (Red+Green+Blue) = 242+149+0=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F29500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29500 is #0D6AFF. Grayscale: #A0A0A0. Windows color (decimal): -879360 or 38386. OLE color: 38386.

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

Color convert

RGB 242 149 0 -
CMYK 0 0.38 1 0.05
HSL 36.94º 1% 0.47% -
HSV(B) 36.94º 1% 0.95% -
XYZ 47.37 40.37 5.3 -
YUV 159.82 37.81 186.62 -
System Red Green Blue C M Y K H S L
Decimal 242 149 0 0 0.38 1 0.05 36.94 1 0.47
Hex F2 95 0 0 26 64 5 25 64 2F
Octal 362 225 0 0 46 144 5 45 144 57
Binary 11110010 10010101 0 0 100110 1100100 101 100101 1100100 101111

Color Harmonies of #F29500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29500

Black with #F29500

Text Example


Text Example

White with #F29500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29500; }

 p { color: rgb(242,149,0); }

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

background-color css

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

 a { background-color: rgb(242,149,0); }

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

border-color css

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

 span { border-color: rgb(242,149,0); }

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