Html Css Color HEX #FFC130 Sunglow

📋 copy color: '#FFC130'

red 255 ◦ green 193 ◦ blue 48

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

Shades of Sunglow #FFC130

Tints of Sunglow #FFC130

RGB

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

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

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

R = 51.41%
G = 38.91%
B = 9.68%

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

#FFC130 (or 0xFFC130) is known color: Sunglow. HEX triplet: FF, C1 and 30. RGB value is (255,193,48). Sum of RGB (Red+Green+Blue) = 255+193+48=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC130 is #003ECF. Grayscale: #C3C3C3. Windows color (decimal): -16080 or 3195391. OLE color: 3195391.

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

Color convert

RGB 255 193 48 -
CMYK 0 0.24 0.81 0
HSL 42.03º 1% 0.59% -
HSV(B) 42.03º 0.81% 1% -
XYZ 60.84 59.61 11.1 -
YUV 195.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 255 193 48 0 0.24 0.81 0 42.03 1 0.59
Hex FF C1 30 0 18 51 0 2A 64 3B
Octal 377 301 60 0 30 121 0 52 144 73
Binary 11111111 11000001 110000 0 11000 1010001 0 101010 1100100 111011

Color Harmonies of #FFC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC130

Black with #FFC130

Text Example


Text Example

White with #FFC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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