Html Css Color HEX #F18F28 Carrot Orange

📋 copy color: '#F18F28'

red 241 ◦ green 143 ◦ blue 40

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

Shades of Carrot Orange #F18F28

Tints of Carrot Orange #F18F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 56.84%
G = 33.73%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18F28 (or 0xF18F28) is known color: Carrot Orange. HEX triplet: F1, 8F and 28. RGB value is (241,143,40). Sum of RGB (Red+Green+Blue) = 241+143+40=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F28 is #0E70D7. Grayscale: #A1A1A1. Windows color (decimal): -946392 or 2658289. OLE color: 2658289.

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

Color convert

RGB 241 143 40 -
CMYK 0 0.41 0.83 0.05
HSL 30.75º 0.88% 0.55% -
HSV(B) 30.75º 0.83% 0.95% -
XYZ 46.48 38.5 6.99 -
YUV 160.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 241 143 40 0 0.41 0.83 0.05 30.75 0.88 0.55
Hex F1 8F 28 0 29 53 5 1F 58 37
Octal 361 217 50 0 51 123 5 37 130 67
Binary 11110001 10001111 101000 0 101001 1010011 101 11111 1011000 110111

Color Harmonies of #F18F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F28

Black with #F18F28

Text Example


Text Example

White with #F18F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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