Html Css Color HEX #F38C3C Sun

📋 copy color: '#F38C3C'

red 243 ◦ green 140 ◦ blue 60

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

Shades of Sun #F38C3C

Tints of Sun #F38C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 54.85%
G = 31.6%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F38C3C (or 0xF38C3C) is known color: Sun. HEX triplet: F3, 8C and 3C. RGB value is (243,140,60). Sum of RGB (Red+Green+Blue) = 243+140+60=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C3C is #0C73C3. Grayscale: #A2A2A2. Windows color (decimal): -816068 or 3968243. OLE color: 3968243.

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

Color convert

RGB 243 140 60 -
CMYK 0 0.42 0.75 0.05
HSL 26.23º 0.88% 0.59% -
HSV(B) 26.23º 0.75% 0.95% -
XYZ 47.16 38.14 9.15 -
YUV 161.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 243 140 60 0 0.42 0.75 0.05 26.23 0.88 0.59
Hex F3 8C 3C 0 2A 4B 5 1A 58 3B
Octal 363 214 74 0 52 113 5 32 130 73
Binary 11110011 10001100 111100 0 101010 1001011 101 11010 1011000 111011

Color Harmonies of #F38C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C3C

Black with #F38C3C

Text Example


Text Example

White with #F38C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C3C; }

 p { color: rgb(243,140,60); }

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

background-color css

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

 a { background-color: rgb(243,140,60); }

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

border-color css

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

 span { border-color: rgb(243,140,60); }

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