Html Css Color HEX #F38A1F Carrot Orange

📋 copy color: '#F38A1F'

red 243 ◦ green 138 ◦ blue 31

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

Shades of Carrot Orange #F38A1F

Tints of Carrot Orange #F38A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 58.98%
G = 33.5%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F38A1F (or 0xF38A1F) is known color: Carrot Orange. HEX triplet: F3, 8A and 1F. RGB value is (243,138,31). Sum of RGB (Red+Green+Blue) = 243+138+31=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A1F is #0C75E0. Grayscale: #9D9D9D. Windows color (decimal): -816609 or 2067187. OLE color: 2067187.

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

Color convert

RGB 243 138 31 -
CMYK 0 0.43 0.87 0.05
HSL 30.28º 0.9% 0.54% -
HSV(B) 30.28º 0.87% 0.95% -
XYZ 46.3 37.33 6.06 -
YUV 157.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 243 138 31 0 0.43 0.87 0.05 30.28 0.9 0.54
Hex F3 8A 1F 0 2B 57 5 1E 5A 36
Octal 363 212 37 0 53 127 5 36 132 66
Binary 11110011 10001010 11111 0 101011 1010111 101 11110 1011010 110110

Color Harmonies of #F38A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38A1F

Black with #F38A1F

Text Example


Text Example

White with #F38A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38A1F; }

 p { color: rgb(243,138,31); }

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

background-color css

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

 a { background-color: rgb(243,138,31); }

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

border-color css

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

 span { border-color: rgb(243,138,31); }

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