Html Css Color HEX #F38530 Sun

📋 copy color: '#F38530'

red 243 ◦ green 133 ◦ blue 48

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

Shades of Sun #F38530

Tints of Sun #F38530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 57.31%
G = 31.37%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F38530 (or 0xF38530) is known color: Sun. HEX triplet: F3, 85 and 30. RGB value is (243,133,48). Sum of RGB (Red+Green+Blue) = 243+133+48=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F38530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38530 is #0C7ACF. Grayscale: #9C9C9C. Windows color (decimal): -817872 or 3180019. OLE color: 3180019.

HSL color Cylindrical-coordinate representation of color #F38530: hue angle of 26.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F38530 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 133 48 -
CMYK 0 0.45 0.80 0.05
HSL 26.15º 0.89% 0.57% -
HSV(B) 26.15º 0.8% 0.95% -
XYZ 45.88 36.04 7.34 -
YUV 156.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 243 133 48 0 0.45 0.80 0.05 26.15 0.89 0.57
Hex F3 85 30 0 2D 50 5 1A 59 39
Octal 363 205 60 0 55 120 5 32 131 71
Binary 11110011 10000101 110000 0 101101 1010000 101 11010 1011001 111001

Color Harmonies of #F38530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38530

Black with #F38530

Text Example


Text Example

White with #F38530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38530; }

 p { color: rgb(243,133,48); }

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

background-color css

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

 a { background-color: rgb(243,133,48); }

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

border-color css

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

 span { border-color: rgb(243,133,48); }

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