Html Css Color HEX #F18127 Carrot Orange

📋 copy color: '#F18127'

red 241 ◦ green 129 ◦ blue 39

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

Shades of Carrot Orange #F18127

Tints of Carrot Orange #F18127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 58.92%
G = 31.54%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F18127 (or 0xF18127) is known color: Carrot Orange. HEX triplet: F1, 81 and 27. RGB value is (241,129,39). Sum of RGB (Red+Green+Blue) = 241+129+39=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F18127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18127 is #0E7ED8. Grayscale: #989898. Windows color (decimal): -949977 or 2589169. OLE color: 2589169.

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

Color convert

RGB 241 129 39 -
CMYK 0 0.46 0.84 0.05
HSL 26.73º 0.88% 0.55% -
HSV(B) 26.73º 0.84% 0.95% -
XYZ 44.49 34.55 6.24 -
YUV 152.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 241 129 39 0 0.46 0.84 0.05 26.73 0.88 0.55
Hex F1 81 27 0 2E 54 5 1B 58 37
Octal 361 201 47 0 56 124 5 33 130 67
Binary 11110001 10000001 100111 0 101110 1010100 101 11011 1011000 110111

Color Harmonies of #F18127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18127

Black with #F18127

Text Example


Text Example

White with #F18127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18127; }

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

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

background-color css

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

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

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

border-color css

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

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

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