Html Css Color HEX #F18023 Carrot Orange

📋 copy color: '#F18023'

red 241 ◦ green 128 ◦ blue 35

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

Shades of Carrot Orange #F18023

Tints of Carrot Orange #F18023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 35 (14.06% from 255) = 8.66%

R = 59.65%
G = 31.68%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18023 (or 0xF18023) is known color: Carrot Orange. HEX triplet: F1, 80 and 23. RGB value is (241,128,35). Sum of RGB (Red+Green+Blue) = 241+128+35=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F18023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18023 is #0E7FDC. Grayscale: #979797. Windows color (decimal): -950237 or 2326769. OLE color: 2326769.

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

Color convert

RGB 241 128 35 -
CMYK 0 0.47 0.85 0.05
HSL 27.09º 0.88% 0.54% -
HSV(B) 27.09º 0.85% 0.95% -
XYZ 44.3 34.26 5.87 -
YUV 151.19 62.44 192.06 -
System Red Green Blue C M Y K H S L
Decimal 241 128 35 0 0.47 0.85 0.05 27.09 0.88 0.54
Hex F1 80 23 0 2F 55 5 1B 58 36
Octal 361 200 43 0 57 125 5 33 130 66
Binary 11110001 10000000 100011 0 101111 1010101 101 11011 1011000 110110

Color Harmonies of #F18023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18023

Black with #F18023

Text Example


Text Example

White with #F18023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18023; }

 p { color: rgb(241,128,35); }

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

background-color css

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

 a { background-color: rgb(241,128,35); }

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

border-color css

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

 span { border-color: rgb(241,128,35); }

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