Html Css Color HEX #F18A23 Carrot Orange

📋 copy color: '#F18A23'

red 241 ◦ green 138 ◦ blue 35

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

Shades of Carrot Orange #F18A23

Tints of Carrot Orange #F18A23

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 58.21%
G = 33.33%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18A23 (or 0xF18A23) is known color: Carrot Orange. HEX triplet: F1, 8A and 23. RGB value is (241,138,35). Sum of RGB (Red+Green+Blue) = 241+138+35=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A23 is #0E75DC. Grayscale: #9D9D9D. Windows color (decimal): -947677 or 2329329. OLE color: 2329329.

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

Color convert

RGB 241 138 35 -
CMYK 0 0.43 0.85 0.05
HSL 30º 0.88% 0.54% -
HSV(B) 30º 0.85% 0.95% -
XYZ 45.67 37 6.32 -
YUV 157.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 241 138 35 0 0.43 0.85 0.05 30 0.88 0.54
Hex F1 8A 23 0 2B 55 5 1E 58 36
Octal 361 212 43 0 53 125 5 36 130 66
Binary 11110001 10001010 100011 0 101011 1010101 101 11110 1011000 110110

Color Harmonies of #F18A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A23

Black with #F18A23

Text Example


Text Example

White with #F18A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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