Html Css Color HEX #FFC330 Sunglow

📋 copy color: '#FFC330'

red 255 ◦ green 195 ◦ blue 48

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

Shades of Sunglow #FFC330

Tints of Sunglow #FFC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

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

R = 51.2%
G = 39.16%
B = 9.64%

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

#FFC330 (or 0xFFC330) is known color: Sunglow. HEX triplet: FF, C3 and 30. RGB value is (255,195,48). Sum of RGB (Red+Green+Blue) = 255+195+48=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC330 is #003CCF. Grayscale: #C4C4C4. Windows color (decimal): -15568 or 3195903. OLE color: 3195903.

HSL color Cylindrical-coordinate representation of color #FFC330: hue angle of 42.61º 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 #FFC330 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 48 -
CMYK 0 0.24 0.81 0
HSL 42.61º 1% 0.59% -
HSV(B) 42.61º 0.81% 1% -
XYZ 61.29 60.5 11.24 -
YUV 196.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 255 195 48 0 0.24 0.81 0 42.61 1 0.59
Hex FF C3 30 0 18 51 0 2B 64 3B
Octal 377 303 60 0 30 121 0 53 144 73
Binary 11111111 11000011 110000 0 11000 1010001 0 101011 1100100 111011

Color Harmonies of #FFC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC330

Black with #FFC330

Text Example


Text Example

White with #FFC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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