Html Css Color HEX #F18427 Carrot Orange

📋 copy color: '#F18427'

red 241 ◦ green 132 ◦ blue 39

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

Shades of Carrot Orange #F18427

Tints of Carrot Orange #F18427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 39 (15.63% from 255) = 9.47%

R = 58.5%
G = 32.04%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F18427 (or 0xF18427) is known color: Carrot Orange. HEX triplet: F1, 84 and 27. RGB value is (241,132,39). Sum of RGB (Red+Green+Blue) = 241+132+39=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F18427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18427 is #0E7BD8. Grayscale: #9A9A9A. Windows color (decimal): -949209 or 2589937. OLE color: 2589937.

HSL color Cylindrical-coordinate representation of color #F18427: hue angle of 27.62º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F18427 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 39 -
CMYK 0 0.45 0.84 0.05
HSL 27.62º 0.88% 0.55% -
HSV(B) 27.62º 0.84% 0.95% -
XYZ 44.89 35.35 6.38 -
YUV 153.99 63.11 190.06 -
System Red Green Blue C M Y K H S L
Decimal 241 132 39 0 0.45 0.84 0.05 27.62 0.88 0.55
Hex F1 84 27 0 2D 54 5 1C 58 37
Octal 361 204 47 0 55 124 5 34 130 67
Binary 11110001 10000100 100111 0 101101 1010100 101 11100 1011000 110111

Color Harmonies of #F18427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18427

Black with #F18427

Text Example


Text Example

White with #F18427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18427; }

 p { color: rgb(241,132,39); }

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

background-color css

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

 a { background-color: rgb(241,132,39); }

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

border-color css

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

 span { border-color: rgb(241,132,39); }

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