Html Css Color HEX #F38E2A Carrot Orange

📋 copy color: '#F38E2A'

red 243 ◦ green 142 ◦ blue 42

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

Shades of Carrot Orange #F38E2A

Tints of Carrot Orange #F38E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 56.91%
G = 33.26%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F38E2A (or 0xF38E2A) is known color: Carrot Orange. HEX triplet: F3, 8E and 2A. RGB value is (243,142,42). Sum of RGB (Red+Green+Blue) = 243+142+42=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38E2A is #0C71D5. Grayscale: #A1A1A1. Windows color (decimal): -815574 or 2789107. OLE color: 2789107.

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

Color convert

RGB 243 142 42 -
CMYK 0 0.42 0.83 0.05
HSL 29.85º 0.89% 0.56% -
HSV(B) 29.85º 0.83% 0.95% -
XYZ 47.05 38.57 7.15 -
YUV 160.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 243 142 42 0 0.42 0.83 0.05 29.85 0.89 0.56
Hex F3 8E 2A 0 2A 53 5 1E 59 38
Octal 363 216 52 0 52 123 5 36 131 70
Binary 11110011 10001110 101010 0 101010 1010011 101 11110 1011001 111000

Color Harmonies of #F38E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38E2A

Black with #F38E2A

Text Example


Text Example

White with #F38E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38E2A; }

 p { color: rgb(243,142,42); }

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

background-color css

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

 a { background-color: rgb(243,142,42); }

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

border-color css

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

 span { border-color: rgb(243,142,42); }

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