Html Css Color HEX #FFCC38 Sunglow

📋 copy color: '#FFCC38'

red 255 ◦ green 204 ◦ blue 56

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

Shades of Sunglow #FFCC38

Tints of Sunglow #FFCC38

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 56 (22.27% from 255) = 10.87%

R = 49.51%
G = 39.61%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FFCC38 (or 0xFFCC38) is known color: Sunglow. HEX triplet: FF, CC and 38. RGB value is (255,204,56). Sum of RGB (Red+Green+Blue) = 255+204+56=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC38 is #0033C7. Grayscale: #CBCBCB. Windows color (decimal): -13256 or 3722495. OLE color: 3722495.

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

Color convert

RGB 255 204 56 -
CMYK 0 0.2 0.78 0
HSL 44.62º 1% 0.61% -
HSV(B) 44.62º 0.78% 1% -
XYZ 63.55 64.73 12.89 -
YUV 202.38 45.4 165.53 -
System Red Green Blue C M Y K H S L
Decimal 255 204 56 0 0.2 0.78 0 44.62 1 0.61
Hex FF CC 38 0 14 4E 0 2D 64 3D
Octal 377 314 70 0 24 116 0 55 144 75
Binary 11111111 11001100 111000 0 10100 1001110 0 101101 1100100 111101

Color Harmonies of #FFCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC38

Black with #FFCC38

Text Example


Text Example

White with #FFCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC38; }

 p { color: rgb(255,204,56); }

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

background-color css

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

 a { background-color: rgb(255,204,56); }

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

border-color css

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

 span { border-color: rgb(255,204,56); }

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