Html Css Color HEX #F19C01 Orange Peel

📋 copy color: '#F19C01'

red 241 ◦ green 156 ◦ blue 1

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

Shades of Orange Peel #F19C01

Tints of Orange Peel #F19C01

RGB

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

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

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

R = 60.55%
G = 39.2%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F19C01 (or 0xF19C01) is known color: Orange Peel. HEX triplet: F1, 9C and 01. RGB value is (241,156,1). Sum of RGB (Red+Green+Blue) = 241+156+1=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C01 is #0E63FE. Grayscale: #A4A4A4. Windows color (decimal): -943103 or 105713. OLE color: 105713.

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

Color convert

RGB 241 156 1 -
CMYK 0 0.35 1.00 0.05
HSL 38.75º 0.99% 0.47% -
HSV(B) 38.75º 1% 0.95% -
XYZ 48.17 42.48 5.69 -
YUV 163.75 36.16 183.1 -
System Red Green Blue C M Y K H S L
Decimal 241 156 1 0 0.35 1.00 0.05 38.75 0.99 0.47
Hex F1 9C 1 0 23 64 5 27 63 2F
Octal 361 234 1 0 43 144 5 47 143 57
Binary 11110001 10011100 1 0 100011 1100100 101 100111 1100011 101111

Color Harmonies of #F19C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C01

Black with #F19C01

Text Example


Text Example

White with #F19C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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