Html Css Color HEX #F38F1C Carrot Orange

📋 copy color: '#F38F1C'

red 243 ◦ green 143 ◦ blue 28

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

Shades of Carrot Orange #F38F1C

Tints of Carrot Orange #F38F1C

RGB

 RED value IS 243 (95.31% from 255) = 58.7%

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 58.7%
G = 34.54%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F38F1C (or 0xF38F1C) is known color: Carrot Orange. HEX triplet: F3, 8F and 1C. RGB value is (243,143,28). Sum of RGB (Red+Green+Blue) = 243+143+28=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38F1C is #0C70E3. Grayscale: #A0A0A0. Windows color (decimal): -815332 or 1871859. OLE color: 1871859.

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

Color convert

RGB 243 143 28 -
CMYK 0 0.41 0.88 0.05
HSL 32.09º 0.9% 0.53% -
HSV(B) 32.09º 0.88% 0.95% -
XYZ 46.99 38.78 6.11 -
YUV 159.79 53.63 187.35 -
System Red Green Blue C M Y K H S L
Decimal 243 143 28 0 0.41 0.88 0.05 32.09 0.9 0.53
Hex F3 8F 1C 0 29 58 5 20 5A 35
Octal 363 217 34 0 51 130 5 40 132 65
Binary 11110011 10001111 11100 0 101001 1011000 101 100000 1011010 110101

Color Harmonies of #F38F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F1C

Black with #F38F1C

Text Example


Text Example

White with #F38F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F1C; }

 p { color: rgb(243,143,28); }

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

background-color css

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

 a { background-color: rgb(243,143,28); }

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

border-color css

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

 span { border-color: rgb(243,143,28); }

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