Html Css Color HEX #F38D1B Carrot Orange

📋 copy color: '#F38D1B'

red 243 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #F38D1B

Tints of Carrot Orange #F38D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 59.12%
G = 34.31%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F38D1B (or 0xF38D1B) is known color: Carrot Orange. HEX triplet: F3, 8D and 1B. RGB value is (243,141,27). Sum of RGB (Red+Green+Blue) = 243+141+27=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D1B is #0C72E4. Grayscale: #9F9F9F. Windows color (decimal): -815845 or 1805811. OLE color: 1805811.

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

Color convert

RGB 243 141 27 -
CMYK 0 0.42 0.89 0.05
HSL 31.67º 0.9% 0.53% -
HSV(B) 31.67º 0.89% 0.95% -
XYZ 46.68 38.18 5.95 -
YUV 158.5 53.79 188.27 -
System Red Green Blue C M Y K H S L
Decimal 243 141 27 0 0.42 0.89 0.05 31.67 0.9 0.53
Hex F3 8D 1B 0 2A 59 5 20 5A 35
Octal 363 215 33 0 52 131 5 40 132 65
Binary 11110011 10001101 11011 0 101010 1011001 101 100000 1011010 110101

Color Harmonies of #F38D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D1B

Black with #F38D1B

Text Example


Text Example

White with #F38D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D1B; }

 p { color: rgb(243,141,27); }

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

background-color css

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

 a { background-color: rgb(243,141,27); }

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

border-color css

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

 span { border-color: rgb(243,141,27); }

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