Html Css Color HEX #F39C01 Orange Peel

📋 copy color: '#F39C01'

red 243 ◦ green 156 ◦ blue 1

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

Shades of Orange Peel #F39C01

Tints of Orange Peel #F39C01

RGB

 RED value IS 243 (95.31% from 255) = 60.75%

 GREEN value IS 156 (61.33% from 255) = 39%

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

R = 60.75%
G = 39%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F39C01 (or 0xF39C01) is known color: Orange Peel. HEX triplet: F3, 9C and 01. RGB value is (243,156,1). Sum of RGB (Red+Green+Blue) = 243+156+1=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39C01 is #0C63FE. Grayscale: #A5A5A5. Windows color (decimal): -812031 or 105715. OLE color: 105715.

HSL color Cylindrical-coordinate representation of color #F39C01: hue angle of 38.43º 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 #F39C01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 156 1 -
CMYK 0 0.36 1.00 0.05
HSL 38.43º 0.99% 0.48% -
HSV(B) 38.43º 1% 0.95% -
XYZ 48.86 42.83 5.72 -
YUV 164.34 35.82 184.1 -
System Red Green Blue C M Y K H S L
Decimal 243 156 1 0 0.36 1.00 0.05 38.43 0.99 0.48
Hex F3 9C 1 0 24 64 5 26 63 30
Octal 363 234 1 0 44 144 5 46 143 60
Binary 11110011 10011100 1 0 100100 1100100 101 100110 1100011 110000

Color Harmonies of #F39C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39C01

Black with #F39C01

Text Example


Text Example

White with #F39C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39C01; }

 p { color: rgb(243,156,1); }

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

background-color css

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

 a { background-color: rgb(243,156,1); }

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

border-color css

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

 span { border-color: rgb(243,156,1); }

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