Html Css Color HEX #F38324 Carrot Orange

📋 copy color: '#F38324'

red 243 ◦ green 131 ◦ blue 36

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

Shades of Carrot Orange #F38324

Tints of Carrot Orange #F38324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 59.27%
G = 31.95%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F38324 (or 0xF38324) is known color: Carrot Orange. HEX triplet: F3, 83 and 24. RGB value is (243,131,36). Sum of RGB (Red+Green+Blue) = 243+131+36=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F38324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38324 is #0C7CDB. Grayscale: #9A9A9A. Windows color (decimal): -818396 or 2393075. OLE color: 2393075.

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

Color convert

RGB 243 131 36 -
CMYK 0 0.46 0.85 0.05
HSL 27.54º 0.9% 0.55% -
HSV(B) 27.54º 0.85% 0.95% -
XYZ 45.4 35.41 6.11 -
YUV 153.66 61.61 191.72 -
System Red Green Blue C M Y K H S L
Decimal 243 131 36 0 0.46 0.85 0.05 27.54 0.9 0.55
Hex F3 83 24 0 2E 55 5 1C 5A 37
Octal 363 203 44 0 56 125 5 34 132 67
Binary 11110011 10000011 100100 0 101110 1010101 101 11100 1011010 110111

Color Harmonies of #F38324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38324

Black with #F38324

Text Example


Text Example

White with #F38324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38324; }

 p { color: rgb(243,131,36); }

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

background-color css

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

 a { background-color: rgb(243,131,36); }

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

border-color css

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

 span { border-color: rgb(243,131,36); }

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