Html Css Color HEX #F8A33C Yellow Sea

📋 copy color: '#F8A33C'

red 248 ◦ green 163 ◦ blue 60

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

Shades of Yellow Sea #F8A33C

Tints of Yellow Sea #F8A33C

RGB

 RED value IS 248 (97.27% from 255) = 52.65%

 GREEN value IS 163 (64.06% from 255) = 34.61%

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

R = 52.65%
G = 34.61%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8A33C (or 0xF8A33C) is known color: Yellow Sea. HEX triplet: F8, A3 and 3C. RGB value is (248,163,60). Sum of RGB (Red+Green+Blue) = 248+163+60=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A33C is #075CC3. Grayscale: #B1B1B1. Windows color (decimal): -482500 or 3974136. OLE color: 3974136.

HSL color Cylindrical-coordinate representation of color #F8A33C: hue angle of 32.87º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8A33C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 60 -
CMYK 0 0.34 0.76 0.03
HSL 32.87º 0.93% 0.6% -
HSV(B) 32.87º 0.76% 0.97% -
XYZ 52.62 46.48 10.47 -
YUV 176.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 248 163 60 0 0.34 0.76 0.03 32.87 0.93 0.6
Hex F8 A3 3C 0 22 4C 3 21 5D 3C
Octal 370 243 74 0 42 114 3 41 135 74
Binary 11111000 10100011 111100 0 100010 1001100 11 100001 1011101 111100

Color Harmonies of #F8A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A33C

Black with #F8A33C

Text Example


Text Example

White with #F8A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A33C; }

 p { color: rgb(248,163,60); }

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

background-color css

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

 a { background-color: rgb(248,163,60); }

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

border-color css

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

 span { border-color: rgb(248,163,60); }

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