Html Css Color HEX #F18628 Carrot Orange

📋 copy color: '#F18628'

red 241 ◦ green 134 ◦ blue 40

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

Shades of Carrot Orange #F18628

Tints of Carrot Orange #F18628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 58.07%
G = 32.29%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18628 (or 0xF18628) is known color: Carrot Orange. HEX triplet: F1, 86 and 28. RGB value is (241,134,40). Sum of RGB (Red+Green+Blue) = 241+134+40=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F18628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18628 is #0E79D7. Grayscale: #9B9B9B. Windows color (decimal): -948696 or 2655985. OLE color: 2655985.

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

Color convert

RGB 241 134 40 -
CMYK 0 0.44 0.83 0.05
HSL 28.06º 0.88% 0.55% -
HSV(B) 28.06º 0.83% 0.95% -
XYZ 45.18 35.9 6.56 -
YUV 155.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 241 134 40 0 0.44 0.83 0.05 28.06 0.88 0.55
Hex F1 86 28 0 2C 53 5 1C 58 37
Octal 361 206 50 0 54 123 5 34 130 67
Binary 11110001 10000110 101000 0 101100 1010011 101 11100 1011000 110111

Color Harmonies of #F18628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18628

Black with #F18628

Text Example


Text Example

White with #F18628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18628; }

 p { color: rgb(241,134,40); }

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

background-color css

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

 a { background-color: rgb(241,134,40); }

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

border-color css

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

 span { border-color: rgb(241,134,40); }

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