Html Css Color HEX #F29501 Dark Orange

📋 copy color: '#F29501'

red 242 ◦ green 149 ◦ blue 1

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

Shades of Dark Orange #F29501

Tints of Dark Orange #F29501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 61.73%
G = 38.01%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F29501 (or 0xF29501) is known color: Dark Orange. HEX triplet: F2, 95 and 01. RGB value is (242,149,1). Sum of RGB (Red+Green+Blue) = 242+149+1=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F29501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29501 is #0D6AFE. Grayscale: #A0A0A0. Windows color (decimal): -879359 or 103922. OLE color: 103922.

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

Color convert

RGB 242 149 1 -
CMYK 0 0.38 1.00 0.05
HSL 36.85º 0.99% 0.48% -
HSV(B) 36.85º 1% 0.95% -
XYZ 47.37 40.37 5.33 -
YUV 159.94 38.31 186.53 -
System Red Green Blue C M Y K H S L
Decimal 242 149 1 0 0.38 1.00 0.05 36.85 0.99 0.48
Hex F2 95 1 0 26 64 5 25 63 30
Octal 362 225 1 0 46 144 5 45 143 60
Binary 11110010 10010101 1 0 100110 1100100 101 100101 1100011 110000

Color Harmonies of #F29501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29501

Black with #F29501

Text Example


Text Example

White with #F29501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29501; }

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

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

background-color css

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

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

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

border-color css

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

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

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