Html Css Color HEX #F19F01 Orange Peel

📋 copy color: '#F19F01'

red 241 ◦ green 159 ◦ blue 1

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

Shades of Orange Peel #F19F01

Tints of Orange Peel #F19F01

RGB

 RED value IS 241 (94.53% from 255) = 60.1%

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 60.1%
G = 39.65%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F19F01 (or 0xF19F01) is known color: Orange Peel. HEX triplet: F1, 9F and 01. RGB value is (241,159,1). Sum of RGB (Red+Green+Blue) = 241+159+1=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F01 is #0E60FE. Grayscale: #A6A6A6. Windows color (decimal): -942335 or 106481. OLE color: 106481.

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

Color convert

RGB 241 159 1 -
CMYK 0 0.34 1.00 0.05
HSL 39.5º 0.99% 0.47% -
HSV(B) 39.5º 1% 0.95% -
XYZ 48.68 43.5 5.86 -
YUV 165.51 35.17 181.85 -
System Red Green Blue C M Y K H S L
Decimal 241 159 1 0 0.34 1.00 0.05 39.5 0.99 0.47
Hex F1 9F 1 0 22 64 5 28 63 2F
Octal 361 237 1 0 42 144 5 50 143 57
Binary 11110001 10011111 1 0 100010 1100100 101 101000 1100011 101111

Color Harmonies of #F19F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F01

Black with #F19F01

Text Example


Text Example

White with #F19F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F01; }

 p { color: rgb(241,159,1); }

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

background-color css

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

 a { background-color: rgb(241,159,1); }

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

border-color css

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

 span { border-color: rgb(241,159,1); }

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