Html Css Color HEX #F38D2B Carrot Orange

📋 copy color: '#F38D2B'

red 243 ◦ green 141 ◦ blue 43

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

Shades of Carrot Orange #F38D2B

Tints of Carrot Orange #F38D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 56.91%
G = 33.02%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F38D2B (or 0xF38D2B) is known color: Carrot Orange. HEX triplet: F3, 8D and 2B. RGB value is (243,141,43). Sum of RGB (Red+Green+Blue) = 243+141+43=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D2B is #0C72D4. Grayscale: #A0A0A0. Windows color (decimal): -815829 or 2854387. OLE color: 2854387.

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

Color convert

RGB 243 141 43 -
CMYK 0 0.42 0.82 0.05
HSL 29.4º 0.89% 0.56% -
HSV(B) 29.4º 0.82% 0.95% -
XYZ 46.92 38.28 7.2 -
YUV 160.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 243 141 43 0 0.42 0.82 0.05 29.4 0.89 0.56
Hex F3 8D 2B 0 2A 52 5 1D 59 38
Octal 363 215 53 0 52 122 5 35 131 70
Binary 11110011 10001101 101011 0 101010 1010010 101 11101 1011001 111000

Color Harmonies of #F38D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D2B

Black with #F38D2B

Text Example


Text Example

White with #F38D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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