Html Css Color HEX #F5CE3A Sunglow

📋 copy color: '#F5CE3A'

red 245 ◦ green 206 ◦ blue 58

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

Shades of Sunglow #F5CE3A

Tints of Sunglow #F5CE3A

RGB

 RED value IS 245 (96.09% from 255) = 48.13%

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 58 (23.05% from 255) = 11.39%

R = 48.13%
G = 40.47%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5CE3A (or 0xF5CE3A) is known color: Sunglow. HEX triplet: F5, CE and 3A. RGB value is (245,206,58). Sum of RGB (Red+Green+Blue) = 245+206+58=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE3A is #0A31C5. Grayscale: #C9C9C9. Windows color (decimal): -668102 or 3854069. OLE color: 3854069.

HSL color Cylindrical-coordinate representation of color #F5CE3A: hue angle of 47.49º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5CE3A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 58 -
CMYK 0 0.16 0.76 0.04
HSL 47.49º 0.9% 0.59% -
HSV(B) 47.49º 0.76% 0.96% -
XYZ 60.49 63.86 13.14 -
YUV 200.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 245 206 58 0 0.16 0.76 0.04 47.49 0.9 0.59
Hex F5 CE 3A 0 10 4C 4 2F 5A 3B
Octal 365 316 72 0 20 114 4 57 132 73
Binary 11110101 11001110 111010 0 10000 1001100 100 101111 1011010 111011

Color Harmonies of #F5CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE3A

Black with #F5CE3A

Text Example


Text Example

White with #F5CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE3A; }

 p { color: rgb(245,206,58); }

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

background-color css

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

 a { background-color: rgb(245,206,58); }

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

border-color css

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

 span { border-color: rgb(245,206,58); }

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