Html Css Color HEX #F18A25 Carrot Orange

📋 copy color: '#F18A25'

red 241 ◦ green 138 ◦ blue 37

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

Shades of Carrot Orange #F18A25

Tints of Carrot Orange #F18A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 57.93%
G = 33.17%
B = 8.89%

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

#F18A25 (or 0xF18A25) is known color: Carrot Orange. HEX triplet: F1, 8A and 25. RGB value is (241,138,37). Sum of RGB (Red+Green+Blue) = 241+138+37=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A25 is #0E75DA. Grayscale: #9D9D9D. Windows color (decimal): -947675 or 2460401. OLE color: 2460401.

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

Color convert

RGB 241 138 37 -
CMYK 0 0.43 0.85 0.05
HSL 29.71º 0.88% 0.55% -
HSV(B) 29.71º 0.85% 0.95% -
XYZ 45.7 37.01 6.49 -
YUV 157.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 241 138 37 0 0.43 0.85 0.05 29.71 0.88 0.55
Hex F1 8A 25 0 2B 55 5 1E 58 37
Octal 361 212 45 0 53 125 5 36 130 67
Binary 11110001 10001010 100101 0 101011 1010101 101 11110 1011000 110111

Color Harmonies of #F18A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A25

Black with #F18A25

Text Example


Text Example

White with #F18A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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