Html Css Color HEX #FFC131 Sunglow

📋 copy color: '#FFC131'

red 255 ◦ green 193 ◦ blue 49

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

Shades of Sunglow #FFC131

Tints of Sunglow #FFC131

RGB

 RED value IS 255 (100% from 255) = 51.31%

 GREEN value IS 193 (75.78% from 255) = 38.83%

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 51.31%
G = 38.83%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFC131 (or 0xFFC131) is known color: Sunglow. HEX triplet: FF, C1 and 31. RGB value is (255,193,49). Sum of RGB (Red+Green+Blue) = 255+193+49=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC131 is #003ECE. Grayscale: #C3C3C3. Windows color (decimal): -16079 or 3260927. OLE color: 3260927.

HSL color Cylindrical-coordinate representation of color #FFC131: hue angle of 41.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFC131 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 193 49 -
CMYK 0 0.24 0.81 0
HSL 41.94º 1% 0.6% -
HSV(B) 41.94º 0.81% 1% -
XYZ 60.86 59.62 11.21 -
YUV 195.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 255 193 49 0 0.24 0.81 0 41.94 1 0.6
Hex FF C1 31 0 18 51 0 2A 64 3C
Octal 377 301 61 0 30 121 0 52 144 74
Binary 11111111 11000001 110001 0 11000 1010001 0 101010 1100100 111100

Color Harmonies of #FFC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC131

Black with #FFC131

Text Example


Text Example

White with #FFC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC131; }

 p { color: rgb(255,193,49); }

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

background-color css

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

 a { background-color: rgb(255,193,49); }

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

border-color css

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

 span { border-color: rgb(255,193,49); }

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