Html Css Color HEX #F19602 Orange Peel

📋 copy color: '#F19602'

red 241 ◦ green 150 ◦ blue 2

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

Shades of Orange Peel #F19602

Tints of Orange Peel #F19602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 61.32%
G = 38.17%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F19602 (or 0xF19602) is known color: Orange Peel. HEX triplet: F1, 96 and 02. RGB value is (241,150,2). Sum of RGB (Red+Green+Blue) = 241+150+2=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F19602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19602 is #0E69FD. Grayscale: #A1A1A1. Windows color (decimal): -944638 or 169713. OLE color: 169713.

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

Color convert

RGB 241 150 2 -
CMYK 0 0.38 0.99 0.05
HSL 37.15º 0.98% 0.48% -
HSV(B) 37.15º 0.99% 0.95% -
XYZ 47.19 40.52 5.39 -
YUV 160.34 38.65 185.53 -
System Red Green Blue C M Y K H S L
Decimal 241 150 2 0 0.38 0.99 0.05 37.15 0.98 0.48
Hex F1 96 2 0 26 63 5 25 62 30
Octal 361 226 2 0 46 143 5 45 142 60
Binary 11110001 10010110 10 0 100110 1100011 101 100101 1100010 110000

Color Harmonies of #F19602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19602

Black with #F19602

Text Example


Text Example

White with #F19602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19602; }

 p { color: rgb(241,150,2); }

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

background-color css

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

 a { background-color: rgb(241,150,2); }

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

border-color css

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

 span { border-color: rgb(241,150,2); }

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