Html Css Color HEX #F18A28 Carrot Orange

📋 copy color: '#F18A28'

red 241 ◦ green 138 ◦ blue 40

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

Shades of Carrot Orange #F18A28

Tints of Carrot Orange #F18A28

RGB

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

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

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

R = 57.52%
G = 32.94%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18A28 (or 0xF18A28) is known color: Carrot Orange. HEX triplet: F1, 8A and 28. RGB value is (241,138,40). Sum of RGB (Red+Green+Blue) = 241+138+40=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A28 is #0E75D7. Grayscale: #9E9E9E. Windows color (decimal): -947672 or 2657009. OLE color: 2657009.

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

Color convert

RGB 241 138 40 -
CMYK 0 0.43 0.83 0.05
HSL 29.25º 0.88% 0.55% -
HSV(B) 29.25º 0.83% 0.95% -
XYZ 45.75 37.03 6.74 -
YUV 157.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 241 138 40 0 0.43 0.83 0.05 29.25 0.88 0.55
Hex F1 8A 28 0 2B 53 5 1D 58 37
Octal 361 212 50 0 53 123 5 35 130 67
Binary 11110001 10001010 101000 0 101011 1010011 101 11101 1011000 110111

Color Harmonies of #F18A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A28

Black with #F18A28

Text Example


Text Example

White with #F18A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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