Html Css Color HEX #F18423 Carrot Orange

📋 copy color: '#F18423'

red 241 ◦ green 132 ◦ blue 35

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

Shades of Carrot Orange #F18423

Tints of Carrot Orange #F18423

RGB

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

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

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

R = 59.07%
G = 32.35%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18423 (or 0xF18423) is known color: Carrot Orange. HEX triplet: F1, 84 and 23. RGB value is (241,132,35). Sum of RGB (Red+Green+Blue) = 241+132+35=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F18423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18423 is #0E7BDC. Grayscale: #9A9A9A. Windows color (decimal): -949213 or 2327793. OLE color: 2327793.

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

Color convert

RGB 241 132 35 -
CMYK 0 0.45 0.85 0.05
HSL 28.25º 0.88% 0.54% -
HSV(B) 28.25º 0.85% 0.95% -
XYZ 44.83 35.32 6.05 -
YUV 153.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 241 132 35 0 0.45 0.85 0.05 28.25 0.88 0.54
Hex F1 84 23 0 2D 55 5 1C 58 36
Octal 361 204 43 0 55 125 5 34 130 66
Binary 11110001 10000100 100011 0 101101 1010101 101 11100 1011000 110110

Color Harmonies of #F18423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18423

Black with #F18423

Text Example


Text Example

White with #F18423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18423; }

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

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

background-color css

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

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

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

border-color css

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

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

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