Html Css Color HEX #F38223 Carrot Orange

📋 copy color: '#F38223'

red 243 ◦ green 130 ◦ blue 35

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

Shades of Carrot Orange #F38223

Tints of Carrot Orange #F38223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 35 (14.06% from 255) = 8.58%

R = 59.56%
G = 31.86%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F38223 (or 0xF38223) is known color: Carrot Orange. HEX triplet: F3, 82 and 23. RGB value is (243,130,35). Sum of RGB (Red+Green+Blue) = 243+130+35=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F38223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38223 is #0C7DDC. Grayscale: #999999. Windows color (decimal): -818653 or 2327283. OLE color: 2327283.

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

Color convert

RGB 243 130 35 -
CMYK 0 0.47 0.86 0.05
HSL 27.4º 0.9% 0.55% -
HSV(B) 27.4º 0.86% 0.95% -
XYZ 45.25 35.14 5.99 -
YUV 152.96 61.44 192.22 -
System Red Green Blue C M Y K H S L
Decimal 243 130 35 0 0.47 0.86 0.05 27.4 0.9 0.55
Hex F3 82 23 0 2F 56 5 1B 5A 37
Octal 363 202 43 0 57 126 5 33 132 67
Binary 11110011 10000010 100011 0 101111 1010110 101 11011 1011010 110111

Color Harmonies of #F38223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38223

Black with #F38223

Text Example


Text Example

White with #F38223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38223; }

 p { color: rgb(243,130,35); }

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

background-color css

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

 a { background-color: rgb(243,130,35); }

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

border-color css

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

 span { border-color: rgb(243,130,35); }

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