Html Css Color HEX #F38F1E Carrot Orange

📋 copy color: '#F38F1E'

red 243 ◦ green 143 ◦ blue 30

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

Shades of Carrot Orange #F38F1E

Tints of Carrot Orange #F38F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 58.41%
G = 34.38%
B = 7.21%

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

#F38F1E (or 0xF38F1E) is known color: Carrot Orange. HEX triplet: F3, 8F and 1E. RGB value is (243,143,30). Sum of RGB (Red+Green+Blue) = 243+143+30=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38F1E is #0C70E1. Grayscale: #A0A0A0. Windows color (decimal): -815330 or 2002931. OLE color: 2002931.

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

Color convert

RGB 243 143 30 -
CMYK 0 0.41 0.88 0.05
HSL 31.83º 0.9% 0.54% -
HSV(B) 31.83º 0.88% 0.95% -
XYZ 47.02 38.79 6.24 -
YUV 160.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 243 143 30 0 0.41 0.88 0.05 31.83 0.9 0.54
Hex F3 8F 1E 0 29 58 5 20 5A 36
Octal 363 217 36 0 51 130 5 40 132 66
Binary 11110011 10001111 11110 0 101001 1011000 101 100000 1011010 110110

Color Harmonies of #F38F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F1E

Black with #F38F1E

Text Example


Text Example

White with #F38F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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